Hi, How to reload/update a div tag as that below with AJAX?
<div>{{=variable}}</div>
<a href="#" onclick="ajax( ...something... )">update the div</a>
Thanks in advance for replies.
Hi, How to reload/update a div tag as that below with AJAX?
<div>{{=variable}}</div>
<a href="#" onclick="ajax( ...something... )">update the div</a>
Thanks in advance for replies.