[jQuery] Re: Using data(name,value) to store additional information

2009-07-28 Thread Basdub
;; > > }); > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Jul 21, 2009, at 11:29 AM, Basdub wrote: > > > > > I wanted to define additional attribute to a tag to manage > > information. I realized that XHTML might no

[jQuery] Using data(name,value) to store additional information

2009-07-21 Thread Basdub
I wanted to define additional attribute to a tag to manage information. I realized that XHTML might not like it and discovered the data(name,value) function. I was wondering how i could retrieve all tags e.g. "div" that have that data variable set.