Opened 10 years ago
Closed 10 years ago
#12836 closed bug (duplicate)
.removeData( [list] ) doesn't work when name with dash passed in array
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
el.data('a-b', 1); el.removeData(['a-b']);
Second line doesn't work. In all browsers.
Note: See
TracTickets for help on using
tickets.
Duplicate of #12786.