jQuery-EasyTabs
jQuery-EasyTabs copied to clipboard
easytabs:before not working
Hi There ,
in my script i used :
var tabs = jQuery(".modal_tab_wrapper"); tabs.on("easytabs:before", function (e, clicked) { return false; });
or even tried :
$(function() { var tabs = jQuery(".jet_modal_tab_wrapper"); tabs.on("easytabs:before", function (e, clicked) { return false; }); });
both of above is in jQuery(document).ready(function($)
but none of working , i am still able to click on tab and it's not disabled . could anyon help ?
Thanks .