#12052 closed bug (duplicate)
.data() fails when retrieving large numbers
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Having a "data-something" attribute on an element containing a large number, trying to fetch it with .data() gives the original number +- 1. Same procedure using .attr('data-something') fetches the correct number.
Tested in : Chrome 22 (Canary) Chrome 20 Firefox 13
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #7579.