jellekralt / Responsive-Tabs

Responsive Tabs is a jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. You can use this plugin as a solution for displaying tabs elegantly on desktop, tablet and mobile.
http://jellekralt.github.io/Responsive-Tabs/
MIT License
531 stars 228 forks source link

Using absolute links as anchors leads to error message #82

Closed MariusRumpf closed 8 years ago

MariusRumpf commented 8 years ago

When using a tags with absolute links like:

<a href="/help/#first-steps">First Steps</a>

the plugin throws an error Uncaught Error: Syntax error, unrecognized expression: /help/#first-steps from the plugin command panelSelector = $anchor.attr('href'); in method _loadElements().

jellekralt commented 8 years ago

I cant seem to reproduce this issue, could you maybe create a jsbin example?

jellekralt commented 8 years ago

Closing this due to lack of a reply, feel free to re-open if you still feel this is an issue!