Opened 3 years ago
Last modified 3 years ago
#15363 new bug
jQuery-UI tabs cannot be disabled.
Reported by: | Carolyn Schroeder | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tabs | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
My website uses jQuery 3.3.1 and Bootstrap 4. I am trying to disable tabs. I am using this code from your Api reference:
$( "#tabs" ).tabs( "option", "disabled", [ 1, 2, 3 ] )
and the tabs are not even showing.
Note: See
TracTickets for help on using
tickets.