$.setURL = function (url)
url
String
URI that should replace the current URI
It replaces the current URI by the one that is specified in the parameter “url”.
The following program illustrates the function call with parameter “url” set to “main/example”:
$.setURL("main/example");
Function will replace the current URI by “main/example”.
Last updated 3 years ago