<div id="target">{{=variable}}</div>
<a href="#" onclick="ajax('{{=URL('action_name')}}',
[],'target')">update the div</a>On Dec 20, 8:25 pm, Rick <[email protected]> wrote: > 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.

