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

Removing bound events when image loads #96

Open
sparkalow opened this issue Feb 19, 2013 · 2 comments
Open

Removing bound events when image loads #96

sparkalow opened this issue Feb 19, 2013 · 2 comments
Assignees
Labels

Comments

@sparkalow
Copy link

Would be nice if the image appear and load events were removed once the image is loaded via the plugin.

$self.unbind('appear');
$self.unbind('load');
@benkeen
Copy link

benkeen commented Dec 20, 2013

+1

@ghost ghost assigned tuupola Dec 20, 2013
@tuupola
Copy link
Owner

tuupola commented Dec 20, 2013

They are binded with .one(). I have always though jQuery would unbind them automagically after first execution. But if this is not the case should fix it.

@samccone samccone mentioned this issue Jun 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants