Tab select event not working for jQuery 1.8.3 -


i trying tab select event fired quite time jquery 1.8.3 not sure why can't. fiddled jsfiddle , have working mockups when apply changes jquery file - doesn't work.

the way remains upgrade version newest prefer not introduce change because in final stage of deployment prod.!

enter image description here]![enter image description here

"activate" worked me! kevin b mentioned jqueryui- 1.10 select event no more!

$('#tabs').tabs({     activate: function (event, ui) {          alert("hi");     }  }); 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -