<class:toggle
target="{string}"
toggle-class="{string}"
[name="{string}"]>
</class:toggle>
Param | Type | Details |
---|---|---|
target | string | jQuery selector for element |
toggle-class | string | Name of class to toggle |
name (optional) | string | Name of toggle. If set the user’s preference for the toggle will be saved |
<search:class-toggle target="#chart" class="hide" name="chart">Toggle</search:class-toggle>
Was this page helpful?