javascript - How to refresh a div? -
Most examples I have found is how to refresh a div with text or with another page I just want to reload again after clicking on a button. How can I do this using Javascript?
Thank you.
with AJAX.
If you use JQuery, it's as simple as $ ('# mydiv'). Load (url)
Comments
Post a Comment