Replies: 0
Hi
I tried the snippet , you gave here
https://wordpress.org/support/topic/get-active-tab/
`
(function($) {
$(document).on(‘step_jumped’, function(event, step_no) {
alert(step_no);
});
})(jQuery, window, document)
But nothing happens nor it shows any error on console.