Skip to main content

Bug Tracker

Side navigation

#12836 closed bug (duplicate)

Opened November 02, 2012 03:16PM UTC

Closed November 02, 2012 04:12PM UTC

.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.

Attachments (0)
Change History (1)

Changed November 02, 2012 04:12PM UTC by rwaldron comment:1

resolution: → duplicate
status: newclosed

Duplicate of #12786.