Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Hi Ben, I also thought this was the solution, but it doesn't work :( Commented Jun 5, 2020 at 8:46
  • If you open the DOM in Chrome's dev tools and hit CMD + F (or CTRL + F on Windows) and search for #exampleid (with your ID instead of example) does it return any results? This is core browser behaviour so the only reason it shouldn't work is if that element doesn't exist. Commented Jun 5, 2020 at 8:58
  • I have tried several times, but I don't understand why it doesn't work. example: link the tag: <a id="personalizzazionebottone" class="action add" href="#personalizzazione.product">Personalizzazione</a> should open the tab: <div class="data item content" aria-labelledby="tab-label-personalizzazione.product" id="personalizzazione.product" data-role="content" role="tabpanel" aria-hidden="false" style="display: block;"></div> but it does not. My intent was to create a link like add a review Commented Jun 5, 2020 at 9:07
  • It may be because of the dot in "personalizzazione.product", have you tried replacing that with a hyphen instead? Commented Jun 5, 2020 at 9:35
  • yes, unfortunately that doesn't work either. I think he needs js to activate the tab. Thank you for your patience;) Commented Jun 5, 2020 at 9:43