samsono / Easy-Responsive-Tabs-to-Accordion

Easy responsive tabs - is a lightweight jQuery plugin which optimizes normal horizontal or vertical tabs to accordion on multi devices like: web, tablets, Mobile (IPad & IPhone). This plugin adapts the screen size and changes its action accordingly.
Other
603 stars 259 forks source link

Created a new event "activate" #16

Closed digiguru closed 10 years ago

digiguru commented 10 years ago

The "activate" function allows people to click a tab through code.

Now you can use the following to essentially "click" a tab:

$('#tabs').find('[role="tab"]').first().trigger("activate")

I've also removed the duplicate binding of the "resize" function (only needs to be bound once outside the loop)