Tab Click using Tab Unique ID Home › Forums › Classic DFFS › Tab Click using Tab Unique ID This topic has 1 reply, 2 voices, and was last updated 2 years, 1 month ago by Alexander Bautz. Viewing 1 reply thread Author Posts October 18, 2022 at 18:35 #36202 MichaelTCCParticipant Is there a way to determine a tab has been clicked using the tab Unique ID? This works for me: jQuery(“#dffs_tab_2”).on(“click”,function() { // do something… }); But I’d like to be able to do this: jQuery(“dffs_tab_Tab-Unique-ID”) October 18, 2022 at 22:25 #36203 Alexander BautzKeymaster Hi, The tab has the uniqueId as a css class som you can to it like this if your tab unique id is “Tab1”: jQuery(".tabUniqueID_Tab1").on("click", function(){ // Do something }); Alexander Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In