$.parseURL = function ()
It reads the current URI in the address bar.
The following program illustrates the function call within the function “alert”.
alert($.parseURL());
Function will read current URI from the address bar and the function “alert” will output it on the screen.
Last updated 2 years ago