Dynamic Tabs, where href starts with number, not working
See original GitHub issueExample: https://jsfiddle.net/wcq4L2fr/1/
When the nav-link href starts with a number, or is only a number (<a class="nav-link" data-toggle="tab" href="#1">), it will not expose the referenced contents (<div class="tab-pane fade" id="1">).
If the nav-link href is simply alpha, or begins with an alpha character, it works fine.
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (13 by maintainers)
Top Results From Across the Web
tab not working when dynamically added using jquery
1 Answer 1 · Nope. Its not working out! Actally I have a button <button id="buttonId">Add Tab</button> ...and the following jquery function... ·...
Read more >Dynamic Tabs - W3Schools Tryit Editor
To make the tabs toggleable, add the data-toggle="tab" attribute to each link. Then add a .tab-pane class with a unique ID for every...
Read more >Navs and tabs · Bootstrap v5.2
It includes some style overrides (for working with lists), some link padding ... The aria-current attribute is not necessary on dynamic tabbed interfaces ......
Read more >Receive Dynamic Links on iOS - Firebase
If the Dynamic Link isn't found on your app's first launch, this method will be called with the DynamicLink 's url set to...
Read more >Dynamic Webflow Tabs with Webflow CMS Collection List
Create a CMS powered native Webflow Tabs component with a Webflow CMS Collection List. ... Get Started. 1,302,650 ... to be the element...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Sorry, no pollyfils should be needed.
Also, we don’t support IE or such ancient Android versions.
Now with Legacy Edge dropped, any PRs to switch to CSS.escape are welcome!