tags:

views:

24

answers:

1

Hi,

is it possible to add a .click event inside a function which is called when something happens.

for example if some one clicks a button other than the tab navigation that button function will change the select tab.

how can I add it to this function function() { }

A: 

If you are using JQuery UI for tabs then you can use the select method as given below:

.tabs( "select" , index)

HTH

Raja