FastRWeb asynchronous (AJAX) requests
arequests
creates an anchor object representing AJAX request to load elements of the document dynamically
arequest(txt, target, where, ..., attr = "")
txt
: text (or any HTML content) inside the anchortarget
: URI to loadwhere
: name of the element (usuall a div
tag) load the new content into...
: additional parameters to the requestattr
: additional attributes for the anchorReturns an object that can be added to the HTML document.