jQuery Curtain v0.4
I rolled out version 0.3 on a site I am working on last night and found an annoying issue. I had to override the default settings in every call with the same new defaults. That wasn't cool.
So tonight is another release with a small but handy little addition to the plugin. You can now call
$.curtainSetup(options) and override the default options. That means you can just add it once to your document ready handler and not have to keep passing in the options with every call.
My code that calls curtain is now a little cleaner, which makes me happy and everyone else appreciates, too.