Custom Query (13852 matches)
Results (34 - 36 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2600 | fixed | jQuery.extend() should not ignore properties with null values | ||
Description |
jQuery.extend() currently ignores properties with a value of null or undefined; only undefined should be ignored. |
|||
#2602 | worksforme | removeClass should support removing multiple classes | ||
Description |
$(el).removeClass('foo bar') should be supported. |
|||
#2605 | fixed | data should accept null values | ||
Description |
$(el).data('foo', null) should be valid. This currently acts the same as $(el).data('foo'). |
Note: See TracQuery
for help on using queries.