jQuery-EasyTabs icon indicating copy to clipboard operation
jQuery-EasyTabs copied to clipboard

easytabs:before not working

Open jeni1616 opened this issue 8 years ago • 0 comments

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 .

jeni1616 avatar Dec 01 '16 21:12 jeni1616