JQuery: Tabs - How do you know when a tab has been clicked?
Posted
by Nicki
on Stack Overflow
See other posts from Stack Overflow
or by Nicki
Published on 2010-04-08T02:59:30Z
Indexed on
2010/04/08
3:03 UTC
Read the original article
Hit count: 250
I'm using the JQuery Tabs.
I want to fire a function of mine when the user clicks on a particular tab.
How do I bind an event to each individual JQuery Tab when clicked?
© Stack Overflow or respective owner