re-trigger the same tab index event
Posted
by hunt
on Stack Overflow
See other posts from Stack Overflow
or by hunt
Published on 2010-05-29T13:31:07Z
Indexed on
2010/05/29
15:12 UTC
Read the original article
Hit count: 196
Hi,
i am using Jquery UI tabs , to trigger show event i use following statement $tabs.tabs('select',1); after this code executes a tab is set to #tabs-1 but i am failed to re trigger the same event on same tab when #tabs-1 is already shown. so how to re-trigger the same tab event.
© Stack Overflow or respective owner