is there any way to catch when the collapse menu appears (or when collapse button is clicked by user) ?
i'm using standard bootstrap twitter framework and classes.
|
is there any way to catch when the collapse menu appears (or when collapse button is clicked by user) ? i'm using standard bootstrap twitter framework and classes. |
||||
|
|
It looks like the plugin is adding the class "in" to the active collapse group. So maybe you could do something like.
EDIT: Okay, I don't have anyway of testing right now, so these are kind of just guesses. I am sure you could easily determine when a collapse link was clicked by doing this.
However if you wanted to know exactly which one was clicked you would probably have to index them. |
||||
|
|
|
Use the "shown" event handler:
Refer to: http://twitter.github.com/bootstrap/javascript.html#collapse to see the other events supported |
|||
|
|