Skip to content

easytabs:before not working  #228

Open
@jeni1616

Description

@jeni1616

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions