I have HTML like this:
<a href="#" class="modalInput glow" rel="#newsletter" >Newsletter!</a>
This opens a modal window, contents held in the #newsletter div.
Since I have not located code for this inside the source of the page, I assume this is an inbuilt functionality of jQuery, and I am not familiar with it.
I want to open the same modal window by code. What code do I have to run?