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
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/