jQuery UI Widgets Forums Navigation Tabs How to disable Tabs Click Event

This topic contains 1 reply, has 2 voices, and was last updated by  admin 4 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • How to disable Tabs Click Event #113055

    Marina
    Participant

    I’m using tabs for wizard and want not to allow users to click tabs but only next previous buttons that on tabs. How can i achieve that?
    I was trying on tab click event select current tab, but its ignoring it and still moving to next tab. I can probably disable tabs again as user hit back button, but was thinking just way to disable tab click.

    How to disable Tabs Click Event #113058

    admin
    Keymaster

    Hi Marina,

    You can use CSS for that. The CSS style “pointer-events: none” disables user clicks on Tabs. You just have to apply it to the tabs you need to.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.