Yes, the inner content is controlled by your css outside of the plugin.
You can close it via $(document).unmodalContent(); in addition to adding the
class "close" to anything you want the user to click that handles a click
event.  Im not sure how to handle an event binding, but you could do
something like $('#blah').blur(function(){$(this).unmodalContent(););

On 11/30/06, Blair McKenzie <[EMAIL PROTECTED]> wrote:

Can I control the size of the window? Is it possible to bind an event to
close? Can one close from within JS instead of with an a.close element?

On 12/1/06, Blair McKenzie <[EMAIL PROTECTED]> wrote:
>
> Excellent. :)


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to