functions fine in every other browser but safari. selector is for a.class, in my case: $("a.nav")
When I do <a class="nav" href=page.html><img src=icon.png/></a>
, it becomes not possible to close out of the modal dialog by clicking outside of the dialog or clicking the x icon.
what is my problem?
thanks in advance