is this what you mean?
$('button selector').click(function(){
window.location.href="https://stackoverflow.com/questions/2238368/the_link_to_go_to.html";
})
is this what you mean?
$('button selector').click(function(){
window.location.href="https://stackoverflow.com/questions/2238368/the_link_to_go_to.html";
})