Skip to main content
Nintex Community Menu Bar
Question

Tab tabShow" event no longer firing"

  • July 10, 2024
  • 1 reply
  • 2 views

Forum|alt.badge.img+3

I had some custom javascript that was binding to the “tabShow” event.  

$('#mainTab').on('tabshow', function(e) {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>&nbsp; &nbsp; if (e.target.id === 'tab1') {<br>&nbsp; &nbsp; //... do stuff<br>&nbsp; &nbsp; }<br>});


Recently, skuid was upgraded to the newest version and this functionality appears to have stopped working.  

Is there a new way to register to this event?

1 reply

Forum|alt.badge.img+7

Charlie,

  • Which versions did you change from and to? 
  • I’m also wondering if tabshow is still getting fired but the id has changed. Or do you specify the id as tab1 somewhere?