SyntaxFix
Write A Post
Hire A Developer
Questions
None of the above solutions worked for me, I just added
window.location.href = "www.google.com" event.preventDefault();
This worked for me.
Or try using
window.location.replace("www.google.com");