requests: FastRWeb asynchronous (AJAX) requests

requestsR Documentation

FastRWeb asynchronous (AJAX) requests

Description

arequests creates an anchor object representing AJAX request to load elements of the document dynamically

Usage

arequest(txt, target, where, ..., attr = "") 

Arguments

txt

text (or any HTML content) inside the anchor

target

URI to load

where

name of the element (usuall a div tag) load the new content into

...

additional parameters to the request

attr

additional attributes for the anchor

Value

Returns an object that can be added to the HTML document.


s-u/FastRWeb documentation built on Dec. 1, 2023, 12:41 a.m.