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

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


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.