question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dynamic Tabs, where href starts with number, not working

See original GitHub issue

Example: 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:closed
  • Created 3 years ago
  • Comments:14 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
XhmikosRcommented, Dec 20, 2021

Sorry, no pollyfils should be needed.

Also, we don’t support IE or such ancient Android versions.

1reaction
XhmikosRcommented, Nov 16, 2020

Now with Legacy Edge dropped, any PRs to switch to CSS.escape are welcome!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found