$("#msform fieldset:last").on('visible', function() {
alert();
});
Using the alert as a test to see if the event would fire, but nothing happens.
Posted 14 April 2016 - 09:33 AM
$("#msform fieldset:last").on('visible', function() {
alert();
});
Posted 14 April 2016 - 09:43 AM
