Skip to main content

Search and Top Navigation

#15363 new bug ()

Opened January 11, 2020 06:40PM UTC

Last modified January 11, 2020 07:11PM UTC

jQuery-UI tabs cannot be disabled.

Reported by: carolynlschroeder Owned by:
Priority: minor Milestone: none
Component: ui.tabs Version: 1.12.1
Keywords: Cc:
Blocked by: Blocking:
Description

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.

Attachments (0)
Change History (1)

Changed January 11, 2020 07:11PM UTC by rjollos comment:1

description: 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. 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: \ \ {{{#!js \ $( "#tabs" ).tabs( "option", "disabled", [ 1, 2, 3 ] ) \ }}} \ \ and the tabs are not even showing.