matthewhall / matt-tabs

A simple jQuery plugin for creating tabbed interfaces.
Do What The F*ck You Want To Public License
6 stars 4 forks source link

Add "destroy" method #4

Closed matthewhall closed 11 years ago

matthewhall commented 11 years ago

I've recently realised that it's extremely handy to provide a destroy method to remove an instance of the plugin. This is helpful in responsive sites where it might not be necessary to use tabs on smaller devices.

Something as simple as this:

$('.container').mtabs('destroy');