#9933 closed bug (fixed)
jQuery.fn.toggle() should store state in private data object
Reported by: | dmethvin | Owned by: | dmethvin |
---|---|---|---|
Priority: | low | Milestone: | 1.7 |
Component: | event | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
At the moment, event.js/jQuery.fn.toggle()
uses jQuery.data()
instead of jQuery._data()
so it pollutes the user's data namespace. I've fixed this for 1.7, just need to land it.
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Milestone: | None → 1.7 |
Owner: | set to dmethvin |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed for 1.7: https://github.com/jquery/jquery/commit/5d6a1424aa182bfe25897a217550c2e585e3ed0b
Sorry about the kitchen-sink commit it's in...