Modify ↓
Ticket #4212 (closed bug: worksforme)
if ( !jQuery.support.opacity && name == "opacity" ) // support object undifined
| Reported by: | niceWalker | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
There is a jQuery.support object undifined exception in jquery-1.3.2.js and jquery-1.3.2-vsdoc.js. The jQuery-1.3.2.min.js works.
The bug can be test with: $xxxx.css('FontSize' , 12);
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Sorry: $xxxx.css('FontSize', 12); is $xxxx.css('fontSize', 12);