Excerpt from jqModal documentation:

 2.
  Triggers and Closes are typically added on the fly via CSS class
selections when $.jqm() 
  is called on element(s). They can also be manually added. e.g.
  
    $(e).jqmAddTrigger(triggers) will add a "trigger" to open (show)
dialog(s) attached to e, and
    $(e).jqmAddClose(closes) will add a "close" to close (hide) the
dialog(s) attached to e.

I have used the .jqmAddClose function with great success. It allows you to
specify the modal you want closed and the trigger that closes it.
-- 
View this message in context: 
http://www.nabble.com/jqModal---How-to-access-the-parent-window-from-an-iframe--solved--tp18183904s27240p18247627.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to