to redirect a url using jquery Get link Facebook X Pinterest Email Other Apps January 24, 2018 $(document).ready(function() { //jQuery( document ).ready(function($) { $('.agree').click(function (e) { e.preventDefault(); window.location.href = 'http://www.google.com/'; }); }); Read more