// js
window.location.href = "http://google.de?foo=1";
// jQuery
$(location).attr('href','http://google.de?foo=1');