I have looked for answer in every thread from past and I cannot find it. I have problem with triggering popup. I used some online tutorials to make popup window. I successfully made it, but only way to trigger it is on click. Like this:
<a href="#openModal">Open Modal</a>
<div id="openModal" class="modalDialog">
I checked this thread but it's not working for me.