add_class/2 | Add
classes to a Elem. |
append_child/2 | Add
Child as a child to Elem. |
attr/3 | Set
(if Value is ground) or unify an attribute value. |
bind/4 | Bind
EventType on Elem to call Goal. |
body/1 | True
when Body is the HTML Element that holds the body. |
create/2 | Create
a node from TagName and make it available as Elem. |
document/1 | True
when Document is the HTML element representing the document. |
event_property/3 | Extract
a property from the event. |
get_attr/3 | Get
an attribute (property) from a JavaScript object. |
get_attribute/3 | Get
an attribute (property) from a JavaScript object. |
get_by_class/2 | True
when Elem is an HTML element with class Class. |
get_by_class/3 | True
when Elem is an HTML element with class Class below Parent. |
get_by_id/2 | True
when the current document has Element with Id. |
get_by_name/2 | True
when Elem is an HTML element with name Name. |
get_by_tag/2 | True
when Elem is an HTML element with tag Tag. |
get_html/2 | Get
the innerHTML of an element. |
get_style/3 | True
when Value is the computed value for the given style attribute. |
has_class/2 | True
if Elem has Class. |
head/1 | True
when Elem is the HTML Element that holds the head. |
hide/1 | Manage
the visibility of Elem. |
html/2 | Get or
set the innerHTML if Elem. |
insert_after/2 | Insert
Elem after Reference. |
insert_before/2 | Insert
Elem before Reference. |
parent_of/2 | True
when Child is a direct Child of Parent. |
prepend_child/2 | Add
Child as first child of Elem. |
prevent_default/1 | Prevent
default behaviour in an event. |
remove/1 | Remove
an element from the DOM tree. |
remove_class/2 | Remove
Class from the classList of Elem. |
set_attr/3 | Use
the setAttribute() interface to set Attr to Value. |
set_html/2 | Set
the‘innerHTML` of Elem. |
set_style/3 | Set
a style attribute for Elem. |
show/1 | Manage
the visibility of Elem. |
sibling/2 | Get
the next or previous sibling depending on the mode. |
style/3 | Set
or get a style attribute. |
toggle/1 | Manage
the visibility of Elem. |
unbind/2 | Remove
the event listener for EventType. |