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