show
Show an element without any animation.
Example:
{% button action={show target="myid"} %}
Shows the element with id myid when the button is clicked.
Show an element without any animation.
Example:
{% button action={show target="myid"} %}
Shows 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.