-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab plugin should use a class selector instead of a ul tag selector #17754
Comments
Why? |
Because I have an ordered list. |
And you have an ordered list because...? |
cvrebert
changed the title
Tab plugin only works with <ul>, not <ol>
Tab plugin should use a class selector instead of a ul tag selector
Oct 1, 2015
Because it is an ordered dataset from database and it should be displayed as an orderd list of tabs. It is semantic, isn't it? |
daleparkerwinston
added a commit
to daleparkerwinston/bootstrap
that referenced
this issue
Oct 15, 2015
Updated js/tab.js to work with <ol> along with <ul>
daleparkerwinston
added a commit
to daleparkerwinston/bootstrap
that referenced
this issue
Oct 15, 2015
Updated js/tab.js to be able to work with <ol> as well as <ul>.
daleparkerwinston
added a commit
to daleparkerwinston/bootstrap
that referenced
this issue
Oct 15, 2015
Updated tab.js to be able to work with <ol> as well as <ul>.
Closed
maxbeatty
added a commit
to maxbeatty/bootstrap
that referenced
this issue
Aug 4, 2016
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. I want to use
<ol>
instead of<ul>
, but in theTab
plugin tag name is hardcoded.https://github.com/twbs/bootstrap/blob/master/js/tab.js#L28
The text was updated successfully, but these errors were encountered: