Quantcast
Channel: VBForums - jQuery
Viewing all articles
Browse latest Browse all 58

OnVisible Event

$
0
0
I need an even for when the last fieldset becomes visible as I'm using a step-by-step form that toggles the visibility of the various fieldsets. I have tried:
Code:

$("#msform fieldset:last").on('visible', function() {
  alert();
});

Using the alert as a test to see if the event would fire, but nothing happens.

Viewing all articles
Browse latest Browse all 58

Trending Articles