Great work!! I'll try it out today ! Question: is it possible, when modal window is shown, that the browser scrollbar be hidden? For instance, i think it would mean: store the current scroll position, store current body display style value, set document.body.style.overflow="hidden" (if it is not), and on closing the modal window, restore the document.body to its initial display value.
Possible? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brice Burgess Sent: vendredi 2 février 2007 10:09 To: jQuery Discussion. Subject: [jQuery] jqModal updated - less code, more features. I have released jqModal revision 4 with some drastic changes and substantial improvements. Changes include; * Architecture switch - Plugin is now called on window placeholder(s) (instead of triggering link) * Less code, less rigidity - The architecture change allowed me to do away with class asignments. The code has also been painstakingly tweaked & tuned to amount to a 2.8k codebase. * Content focus - If a modal window contains form elements, the first one will be focused. * True modal - If the focus parameter is passed, interactivity will be locked to the window. Nested "focused" modals are allowed. * Faux modal - Overlay can be disabled (set to 0) to maintain page interactivity (useful for notices). * Configurable Overlay - Transparency & color are now passed parameters. * Pretty Dialogs - A fancier dialog has been added for inspiration. * Callback Support - You can pass a function to be called on window open/close. ============ Plugin page; http://dev.iceburg.net/jquery/jqModal/ The page isn't 100%, but it's coming along. I hope you all enjoy! ~ Brice _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ -- Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.441 / Base de données virus: 268.17.19/663 - Date: 1/02/2007 14:28 _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
