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 ?
Solution
Alright I got the answer :
$("#wizard").steps("next");