I am currently using window.location for client-side redirection in jQuery. Is there any equivalent syntax to do client-side redirection?
|
|
You still can do that. JQuery is built upon JavaScript and the DOM. |
||
|
|
|
|
If you're going to use jQuery, you should appreciate that all it is is a library that makes some JavaScript tasks easier. Don't try and use it for every JavaScript task under the sun. |
||
|
|
|
|
|
||
|
|

window.locationas well. – Gumbo Oct 20 at 12:53