You can also open and close Reveal via JavaScript:
+{{> examples_reveal_open_close}}
+
<h5>Firing a Reveal Modal with Ajax Content</h5>
To launch a modal with content from another page, just add a `data-reveal-ajax` attribute pointing to the url of that page. When clicked, the Reveal modal will be opened with a content from that page. Beware: content of the object from `data-reveal-id` attribute will be overwritten as a result.