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

Custom Events #32

Open
rafegoldberg opened this issue Jan 10, 2016 · 2 comments
Open

Custom Events #32

rafegoldberg opened this issue Jan 10, 2016 · 2 comments

Comments

@rafegoldberg
Copy link

would be great if fixTo could emit custom event handlers like stick, unstick, etc. so we could bind logic to execute at key moments, like:

$('.fixTo--elem').fixTo('.app');
$('.fixTo--elem').on( 'stick', function(e){
  /* event logic */
});
@bbarakaci
Copy link
Owner

Yea, it would be great. I am having difficulties to sit on this due to having a baby girl as an addition to my daily job. It has been nearly two years actually, but still no computer time for me :)

I am considering this.

@rafegoldberg
Copy link
Author

Congrats my man! I'll take a good parent over a great plugin any day. Have been looking at the source code. Maybe I can help out.

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

2 participants