-1

I want to use the plugin jquery-steps with the enablePagination property set to false (without "previous" and "next" button). How can I go to the next step ? What function should I call ?

dooms
  • 1,537
  • 3
  • 16
  • 30

1 Answers1

0

Alright I got the answer : $("#wizard").steps("next");

dooms
  • 1,537
  • 3
  • 16
  • 30