Modules§
Macros§
- console_
log - demo
- get element attribute
- document_
base_ uri - return base_uri
- document_
create_ element - Create Element
- document_
inner_ html - get inner_html value of String
- document_
query_ selector - return first Element within the document that matches the specified selector, or group of selectors
- document_
query_ selector_ all - returns a static (not live) NodeList representing a list of the document’s elements that match the specified group of selectors.
- document_
set_ inner_ html - set inner_html to value
- element_
get_ attribute - get element attribute
- location_
assign - location_assign!(“/admin”) navigate to /admin route
- location_
herf - get current location herf
- location_
reload - Reload the resource from the current URL