Search code examples
javascriptjquerymodal-dialogcross-browserjqmodal

What is the most stable modal dialog implementation across browsers to use from javascript for a web app?


I'm using a lot of JQuery in a web application that I am building for a client and I want to find an javascript implementation of a modal dialog that is reasonably stable across the following browser set.

IE 7+ FF 2+ Chrome and Safari

I've tried a couple of jQuery plugins but there always seems to be artifacts in one of these browsers.

--- Edit

jqModal seems to be more stable but I have an issue in IE7 where the dialog immediately disappears after popping up. I suspect a js event isn't being canceled or something. I'll have a bit more of a play.


Solution

  • I used jqModal few times and I'm very satisfied. It is pretty configurable yet very light weight.