mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
304 stars 164 forks source link

Getting Stepnumber using javascript or Jquery. #27

Closed velanchandru closed 11 years ago

velanchandru commented 11 years ago

Hi Thanks for the Wonderfull plug-in, Could you Please share the method of Getting current Stepnumber Value in Javascript or Jquery.

mstratman commented 11 years ago

var currentStep = $("...").smartWizard("currentStep");