javascript: redirect to a page? -


How do I use jquery [javascript] for another page?

Or url the browser urlfield and hit enter?

There is nothing to do with jQuery, just:

  window .location.href = 'whatever.html';  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -