wijmo.wizard Namespace > wijwizard type : url Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: wijwizard // Parameters var index; // Type: number var url; // Type: string returnsValue = $(".selector").wijwizard("url", index, url); }); |
// Change the url content of second step. $("#wizard").wijwizard("url", 1, "http://wijmo.com/newurl.html");