Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Triggering #6

Open
edcory opened this issue Oct 10, 2011 · 2 comments
Open

Event Triggering #6

edcory opened this issue Oct 10, 2011 · 2 comments

Comments

@edcory
Copy link

edcory commented Oct 10, 2011

I'll put this in as a request, but I've added event triggering on my local copy. I wanted to execute some AJAX based upon the overlay being opened or closed.

After: e.preventDefault();
$(_4).trigger('modal', ["open"]);

After: $("#lean_overlay").fadeOut(200);
$(_8).trigger('modal', ["close"]);

@svenresch
Copy link

I'd also like to be able to call a method upon close.

@wammy333
Copy link

I would like to know how you could implement the above event triggering?
Trying to open a div without an url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants