Modify ↓
Ticket #3280 (closed bug: invalid)
.css('background-color', '#') Throws JS Error in IE
| Reported by: | jdsharp | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | core | Version: | 1.2.6 |
| Keywords: | Cc: | jdsharp, flesler | |
| Blocking: | Blocked by: |
Description
The following throws a JS error in IE saying "invalid property value"
$(function() {
$('body').css('background-color', '#');
});
Attached is an example file
Attachments
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.

