[jQuery] SimpleModal v1.1 released
Hello,
I've released a new version of SimpleModal. I added some new options
that allow direct CSS styling as well as moved the critical CSS
attributes from external stylesheets into the script.
Another big change is the way that the modal dialog data is handled.
Now, SimpleModal will, by default, clone the data and then re-insert
the cloned data into the DOM when the dialog is closed. There is a new
option, persist, which will allow you to have changes to the data
maintained across modal calls.
Project link:
http://plugins.jquery.com/project/SimpleModal
Homepage:
http://www.ericmmartin.com/projects/simplemodal/
In addition, I'm working on a contact form plugin for WordPress that
will be based on the "Contact Form" demo. You can see it in action on
my site.
I appreciate any feedback.
Thanks,
Eric