glow.dom.NodeList#data()
Reported by Stephen Elson | July 17th, 2009 @ 01:42 PM | in 1.7
http://docs.jquery.com/Internals/jQuery.data
The above is cool. Helps add data to nodes the danger of circular references popping up. It's kinda like what we do for event listeners, but we should do it for generic data too.
Comments and changes to this ticket
-
Stephen Elson July 17th, 2009 @ 01:43 PM
see working example of how other libraries do it: http://gist.github.com/146935
-
Stephen Elson July 17th, 2009 @ 01:48 PM
- Milestone changed from 1.6 to 1.7
-
Stephen Elson July 18th, 2009 @ 09:51 AM
- Tag changed from enhancement to dom, enhancement
- Title changed from NodeList#data - adding data to nodes to NodeList#data()
-
Stephen Elson July 18th, 2009 @ 09:51 AM
- Title changed from NodeList#data() to glow.dom.NodeList#data()
-
Stephen Elson July 24th, 2009 @ 02:45 PM
- State changed from new to accepted
If data() is called without args, return the data as an object
-
Michael Mathews August 25th, 2009 @ 12:37 PM
- State changed from accepted to open
- Assigned user set to Michael Mathews
-
Michael Mathews September 1st, 2009 @ 12:37 PM
- State changed from open to review
-
Michael Mathews September 3rd, 2009 @ 11:39 AM
- State changed from review to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A JavaScript Library