jq ridirect code example
Example: jq ridirect
// similar behavior as an HTTP redirect
window.location.replace("http://test.com");
// similar behavior as clicking on a link
window.location.href = "http://test.com";
// similar behavior as an HTTP redirect
window.location.replace("http://test.com");
// similar behavior as clicking on a link
window.location.href = "http://test.com";