Modify ↓
Ticket #2605 (closed bug: fixed)
data should accept null values
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | core | Version: | 1.2.3 |
| Keywords: | data null | Cc: | |
| Blocking: | Blocked by: |
Description
$(el).data('foo', null) should be valid. This currently acts the same as $(el).data('foo').
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.

Fixed in [5389].