how to reload/refresh a page with jquery?
Its very simple.
Lets say you have a button refresh all, which basically does reloading the page when you click it. Here is the code
// use location.reload() in jquery to reload a page within onclick <input name="doRefresh" type="button" id="doRefresh" value="Refresh All" onClick="location.reload();">
Similar Posts:
- Fix-> JQuery onclick browser jumps to top of page!
- how to call a php script from javascript?
- iframe innerHTML value from textarea
- 30+ Best jQuery Tutorials & Plugins for Beginners
- Free Markup BBCode Editor in Javascript
- How to setup print PDF in your website!
- Quick & Easy Form Validation Tutorial with JQuery
- 3 Simple Golden Rules to Increase your Adsense Income
- How to redirect when post submitted for review in WordPress
- Colocation vs Dedicated Hosting – Whats the difference?


April 29, 2011
time pass