Actions
Attach AJAX and jQuery handlers to HTML elements and events.
Actions are the basis of all interactivity on a Zotonic web page.
Actions can be connected to HTML elements or Javascript events using the {% wire %} scomp.
Actions range from a simple jQuery "show" to Ajax postbacks that can trigger many other actions. The server also replies to a postback or Comet push with actions to be executed on the browser.