Skip to content

Commit 2e4e7e1

Browse files
authored
Merge pull request #78 from fabriciobegalli/master
Add gotonext
2 parents 845263d + 2bfbe63 commit 2e4e7e1

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

dist/js/jquery.smartWizard.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,11 @@
561561
// Trigger "themeChanged" event
562562
this._triggerEvent("themeChanged", [this.options.theme]);
563563
},
564+
gotonext: function () {
565+
var si = this.current_index + 1;
566+
this._transitPage(si);
567+
return true;
568+
},
564569
next: function () {
565570
this._showNext();
566571
},

0 commit comments

Comments
 (0)