Just wondering - I need to simulate a click on the <li> in jquery that corresponds to one of the tabs in the jaTabs extension. I want to use jquery to change to a tab and just need to get the usual code that changes tabs to run. What code would I need to do this? In my case, the tab is the second tab, so I figured I could use something like this:
but it doesn't seem to actually do anything.Code:jQuery(\'ul.gk_tab_ul-style1 li.first\').next().click();


Reply With Quote

Bookmarks