-
Notifications
You must be signed in to change notification settings - Fork 74
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
trigger custom events #9
Comments
So good idea! I'll consider it :) |
Hi aurmil, I'm very interested with your issue to add a callback, can you explain how to do it? How you pass that callback? |
hi $('CSS path to bgSwitcher container').bgswitcher({
// options
});
$('CSS path to bgSwitcher container').bind('switchcomplete', function(event, index) {
// do domething
}); |
hi aurmil, thanks a lot for your (very fast!) help, I found your code very useful. |
you are welcome, happy to help :) |
As soon as I searched for help on how to achieve this trigger, I found your post and had it working fine in version 0.4.3. Indeed I added Then I added Thanks a lot! |
I'm using: many thanks |
hello
I needed to get a callback after switching background (to change pagination active item)
I added
at the end of the switching function (l. 277)
may be this point could be added to your plugin
regards
The text was updated successfully, but these errors were encountered: