Capture Tab click events
-
- Posts: 11
- Joined: Tue Jun 10, 2014
Hello, How do I capture tab click events. I'm looking to disable / enable "stuff" based on which tab is selected.
Thanks!
Thanks!
Hi!
Please consider this code:
Note that if you have more than one tab control: #fd_tabcontrol-1, #fd_tabcontrol-2 etc.
Please consider this code:
Code: Select all
$("#fd_tabcontrol-0 ul li").on('click', function() {alert("click")})
-
- Information
-
Who is online
Users browsing this forum: No registered users and 13 guests