Hi all.
I have build a jQuery plugin who needs to be 'closed' before it can be called again, so I need to check if the jQuery plugin is called (active). I know I could save a value with jQuery.data() and simply remove/reset it when the plugin closes but is there another or smarter way?