Opened 13 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 13 years ago by
Component: | unfiled → data |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #6073.