how do i use jquery [javascript] to goto another page?
or change the url in the browser urlfield and hit enter?
(Plain old javascript)
window.location = 'http://another-place.com';
nothing to do with jQuery, just this:
window.location.href = 'whatever.html';