vote up 1 vote down star

I am currently using window.location for client-side redirection in jQuery. Is there any equivalent syntax to do client-side redirection?

flag
3  
jQuery is JavaScript. So you can use window.location as well. – Gumbo Oct 20 at 12:53

3 Answers

vote up 6 vote down

You still can do that. JQuery is built upon JavaScript and the DOM.

link|flag
vote up 3 vote down

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.

link|flag
vote up 1 vote down

window.location is provided by the browser's DOM, not jQuery. So if jQuery is not present, it matters not one bit.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.