Opened 15 years ago
Closed 15 years ago
#2605 closed bug (fixed)
data should accept null values
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.3 |
Keywords: | data null | Cc: | |
Blocked by: | Blocking: |
Description
$(el).data('foo', null) should be valid. This currently acts the same as $(el).data('foo').
Note: See
TracTickets for help on using
tickets.
Fixed in [5389].