[jQuery] Use JQuery to refresh a page

[jQuery] Use JQuery to refresh a page


Someone recently asked how to use JQuery (or JavaScript in general) to
refresh/reload a window.
One solution presented online was this...
window.location.reload()
However, having tested this solution, it doesn't work for me in FF3.
An alternative solution, that DOES work for me in FF3 is
window.location = window.location;
Hope this helps!
Erik
http://www.erikburns.com/
http://www.twitter.com/erikburns