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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -