Note |
---|
The ajax theme is experimental. Feedback is appreciated. |
The ajax a template is used to make asynchronous calls to the server when the user clicks on the a href link. It is useful when you need to communicate information back to the application from the UI, without requiring the entire page to be re-rendered. An example would be removing an item from a list.
...
For an example of the interaction between the div tag and the a tag using the topic pub/sub model, see the examples in the ajax div template.