SimpleModal v1.1 Released
January 4th, 2008There are three new options and the handling of data has been revamped. For more details, including documentation, demos, tests and downloads, visit the project page.
I’m finishing up a WordPress plugin based on SimpleModal, which should be ready soon. The Contact link above is powered by the new WordPress plugin.
Tags: ajax, javascript, jquery, modal dialog, plugin, simplemodal, wordpress












March 21st, 2008 at 12:35 pm
I tried to use your Contact form, but it errored out, saying (something like), “Unfortunately, your message could not be delivered.”
SimpleModal is great. Love it.
Your use of $.extend is backwards however. It should be $.css( $.extend( defaultOptions, userOptions )), not vice-versa, which allows individual entries in userOptions to override defaultOptions.
Incidentally, I’m using SimpleModal non-modally. Essentially by passing {overlayCss: {width: ‘auto’, height: ‘auto’}}.
Author Comment
Eric MartinMarch 21st, 2008 at 1:16 pm
@George - that’s strange…I am able to use the contact form w/o any errors.
I’m glad you find SimpleModal useful!
The order in the CSS extends was something that I debated quite a bit about, but I actually intended them to be in that order
I was trying to abstract out the “necessary” CSS properties from the stylesheets and figured I’d make sure that those “necessary” properties weren’t accidentally overridden.
It’s something that I’ll look into for the next version.