How do I redirect to another webpage?
Rajanikant Hawaldar
Select an image from your device to upload
If you need it in JQuery we can follow below sample:$(location).attr('href', 'http://google.com');
$(location).attr('href', 'http://google.com');
window.location.href = “https://www.google.com/“