navigate to url vanila js code example
Example 1: jquery redirect to url
$(location).attr('href', 'https://google.com');
Example 2: javascript howdo i redirect-to another webpage
window.location = "https://example.com/";
$(location).attr('href', 'https://google.com');
window.location = "https://example.com/";