Changes between Initial Version and Version 1 of Ticket #13088, comment 3
- Timestamp:
- Dec 21, 2012, 7:05:49 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13088, comment 3
initial v1 5 5 6 6 We build a WYSIWIG theme designer let user to customize their own theme, so user dynamically set css propery to elements, then we need to save them, so it's very simple to get what user change and need to save by $(element).attr('style'). 7 So to use .css() is not suitable. 7 8 If use prop('style'), it'll get more things than I want. 8 9 Now I just add a patch to JQuery by disabled the code mentioned in the bug report.