After almost 11 months, I have finally released an update to SimpleModal.
This release fixes a number of browser related issues (mostly with IE) but also adds a few new features.
Some of the features include:
- Automatic centering of the modal dialog, unless overridden with the new
position
option
- Ability to call
$.modal.close();
from the onClose
callback without causing infinite loop
- Eliminated the need for external CSS for IE6 dialog positioning
- Added a
zIndex
option for compatibility with other plugins
- Element resizing when the browser size is changed
- Added an IFRAME to every modal dialog to prevent object bleed-through
Please see the project page for a full list of features, changes and upgrading instructions.
I also updated the demos, including the contact form, which now has the option to display a subject and cc field, UTF-8 support and minor security features.
If you find any issues or have any questions, please let me know.