how do i use jquery [javascript] to goto another page?
or change the url in the browser urlfield and hit enter?
nothing to do with jQuery, just this:
window.location.href = 'whatever.html';
(Plain old javascript)
window.location = 'http://another-place.com';
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With