Button for an action , Jquery -


i have following script in action:

http://jsfiddle.net/uyelx/3/

is there option make external navigation sliders?

i want navigation bar on slides correct content tab.

can please me !!!!

if button has id or class, use like

$(".selector").click(function(){ $("#tab").trigger("click"); }); 

that trigger click event on element id of "tab".

does answer question?


Comments