On 07/02/07, Brice Burgess <[EMAIL PROTECTED]> wrote: > I've updated jqModal to revision 5. Plugin page is @ > http://dev.iceburg.net/jquery/jqModal/ > > Here's what has changed; > > --- > + Added "on open" and "on close" callbacks for further control and > flexibility. > - A "notice" demonstration has been added to plugin page > demonstrating a translucent dialog with "display" effects via callbacks. > > + Brought the README up to date (documentation) > > + IE Fixes; When overlay is disabled (set to 0), an iframe is drawn > around the dialog window instead of whole page. This prevents ActiveX > bleed AND allows page to remain interactive. > > + The 'ajax' URL can now be extracted from an attribute of the > triggering element by prefixing with a '@'. For instance, {ajax: '@href' > } would tell jqModal to extract the remote content URL from the > triggering link's [<a href="blah.html">] HREF attribute. > > + Re-introduced the overlay class so that adding a background image to > overlay tint is possible > > + Improved page height calculation -- overlays now behave on pages > with little content > --- > > I still need to come up w/ some mind blowing examples ;) But I hope that > we're at least on our way. > > Enjoy! > > ~ Brice
Looking good. Some suggestions though: - Preload the images used by the styled dialog - Maybe use Yahoo's Skinning method (http://developer.yahoo.com/yui/examples/container/skin/1.html - i.e. use the same class names and structure). That way, this could be a drop in replacement without developers needing to change their markup. - True Model sample doesn't allow you to use the tab key to move to the close button (it only tabs to Yes, No and the element that triggered the dialog). _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/