Capture Tab click events
Posted: 18 Dec 2018
Hello, How do I capture tab click events. I'm looking to disable / enable "stuff" based on which tab is selected.
Thanks!
Thanks!
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
$("#fd_tabcontrol-0 ul li").on('click', function() {alert("click")})