I'm using the treetable plugin in my web app. http://plugins.jquery.com/project/treeTable
I want to be able to perform an action when a specific expandable node is expanded.
I can determine which element is responsible for expanding the node. Its a span with class expander. As far as I can tell the plugin doesnt have an event that is fired when the node is expanded or toggled.
I think this is more of a jquery question than a treetable question, but how would I go about doing that.
This is my first question, please let me know if you need more information.
Thanks.