We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bfe15 commit 91b8ea9Copy full SHA for 91b8ea9
jquery.steps.js
@@ -23,9 +23,9 @@
23
* - Advanced Accessibility support (WAI-ARIA)
24
* - Implement preloadContent for async and iframe content types.
25
* - Implement functionality to skip a certain amount of steps
26
- * - Dynamic settings change
27
- * - Dynamic step update
28
- * - Jump from any page to a specific step
+ * - Dynamic settings change (setOptions({ enablePagination: false }))
+ * - Dynamic step update (setStepContent(0, { title: "", content: "" }))
+ * - Jump from any page to a specific step (via uri hash tag test.html#steps-uid-1-3)
29
* - Add Swipe gesture for devices that support touch
30
*
31
*/
0 commit comments