[jQuery] Re: How to get the number of the selected element?

2009-04-09 Thread jgmach
Thanks a lot! Works perfectly.

[jQuery] How to get the number of the selected element?

2009-04-08 Thread jgmach
Hi there, I got 10 links on a site, all with the class collapsible. like this: a a a a a - user clicks this a a a a a Now I want some var that stores the number 5 in this case. Hope you can help me.