SimpleModal - closing iframe with close button

Dusan picture Dusan · Nov 27, 2010 · Viewed 9.2k times · Source

So I've searched around and I couldn't find a definitive answer. I want my iframe to have a close button so that users can click it instead of going with the ESC key to close the SimpleModal container.

I've tried several things, but it doesn't seem like anything is being passed into the iframe to be able to close the container.

Answer

Eric Martin picture Eric Martin · Dec 7, 2010

Try the following:

parent.$.modal.close();

source