Modify ↓
Ticket #6040 (closed bug: duplicate)
can't attach data store to an <object> element
| Reported by: | msweet | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.2 |
| Component: | data | Version: | 1.4.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Worked is 1.3.1, but in 1.4.1, it seems that either the data store is not created, or can not be retrieved (?)
<object id="test"..../>
$("#test").data("foo", "bar");
$("#test").data("foo") undefined
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.

Duplicate of #6073.