hide
Hide an element without any animation.
Example:
{% button action={hide target="myid"} %}
Hides the element with id “myid” when the button is clicked.
Hide an element without any animation.
Example:
{% button action={hide target="myid"} %}
Hides the element with id “myid” when the button is clicked.
Trigger various jQuery effects on the target element. Mostly, each of these effects have their own action as a shortcut, for example action#show, action#hide.
Connect actions and events to a HTML element.