Question Detail

how to redirect in jquery

5 years ago Views 1354 Visit Post Reply

<script> window.location = http://vbagtech.com</script>


Thread Reply

Anonymous

- 5 years ago

To redirect to another page, you can use:

window.location = "https://www.google.com";