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

Disable scrolling to tabs #133

Closed ghost closed 6 years ago

ghost commented 7 years ago

How i can disable scrolling to tabs when choosing a tab? My current settings:

rotate: false,
scrollToAccordion: false,
scrollToAccordionOnLoad: false,
active: 2,
ghost commented 7 years ago

Okey i found solution:

$('#your_tabs_id ul li a').attr('href', '#');

jellekralt commented 6 years ago

👍