Viewing 1 replies (of 1 total)
  • Thread Starter dietcode

    (@dietcode)

    Just for anyone that may find this, I worked it out by doing this:

    $("#tab-5").on("click", function(e){
        e.preventDefault();
        e.stopPropagation();
        $("#ui-id-5").click();
    });
Viewing 1 replies (of 1 total)
  • The topic ‘Link to Tab through javascript’ is closed to new replies.