Search code examples
javascriptcsstwitter-bootstraptwitter-bootstrap-2

Can you disable tabs in Bootstrap?


Can you disable tabs in Bootstrap 2.0 like you can disable buttons?


Solution

  • You could remove the data-toggle="tab" attribute from the tab as it's hooked up using live/delegate events