Side navigation
#6040 closed bug (duplicate)
Opened February 05, 2010 07:59PM UTC
Closed June 15, 2010 12:02AM UTC
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
Attachments (0)
Change History (1)
Changed June 15, 2010 12:02AM UTC by comment:1
component: | unfiled → data |
---|---|
resolution: | → duplicate |
status: | new → closed |
Duplicate of #6073.