SimpleModal v1.1 Released

January 4th, 2008

There 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.

Bookmark:
  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • Reddit
  • Ma.gnolia
  • Facebook
  • Furl
  • Fark
  • Google
  • Slashdot

Tags: , , , , , ,

2 Responses to “SimpleModal v1.1 Released”

  1. George V. Reilly

    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’}}.

  2. Author Comment

    Eric Martin

    @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.

Leave a Reply

If you'd like to post code in your comment, please wrap your code with a pre and code tag. For example, <pre><code>CODE</code></pre>. Additionally, you'll need to escape the HTML entities (try Postable), otherwise the code will not display properly.