Tab plugin should use a class selector instead of a ul tag selector
Created by: Invis1ble
Hello. I want to use <ol>
instead of <ul>
, but in the Tab
plugin tag name is hardcoded.
https://github.com/twbs/bootstrap/blob/master/js/tab.js#L28
var $ul = $this.closest('ul:not(.dropdown-menu)')