Hi all, I'm using the amazing jQuery tabs plugin, but I'm having problem with this code:
$('#container-1').tabs(2,{
fxFade: true,
fxSpeed: 'fast',
onClick: function() {
alert("Clicked!");
}
});
I know this code is wrong, but I want enable the event onClick only on
a specific tab. How I can do it ... if is possible?
--
Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/
"It's easier to invent the future than to predict it." -- Alan Kay

