$('...').tabs({
    onClick: function(clicked) {
        if (clicked == particularTab) {
            // do soemthing
        }
    }
});


Having trouble with this.
How can I tell what is "clicked"?  I have ID's to differentiate the tabs.
Shouldn't I use show instead click anyway?  $(this) is the document.
How do I get the tab clicked on or the panel shown?

Confused! :)

Glen
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to