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 227 forks source link

Add new tab followed by $('.toBeTabbedClass').refresh() fails #23

Closed vashnt707 closed 8 years ago

vashnt707 commented 10 years ago

When dynamically adding a new tab via ajax (done by adding a new

  • and
    entries in the appropriate place) and followed by $('.toBeTabbedClass').refresh() fails to add the new tab. The result is un-styled
  • and
    data following the current
  • and
    data's respectively.

  • jellekralt commented 10 years ago

    There is currently no refresh function you can use to reload the plugin. I might add this in the future (if you'd like to add it yourself and send me a pr that would also be great ofcourse :)

    jellekralt commented 8 years ago

    Closing this in favor of #11