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

onShown and shown trigger is being fired many times when clicking on same popover element #31

Open
basejump opened this issue Feb 28, 2013 · 1 comment

Comments

@basejump
Copy link

in clickery if you add a console.log as in below you can see that it appears to be called once for each time the popover anchor was clicked. once you click on another popoever element it resets itself

// provide callback hooks for post shown event
typeof this.options.onShown == 'function' && this.options.onShown.call(this);
console.log('click over triggering shown');
this.$element.trigger('shown');

@MiikaL
Copy link

MiikaL commented Sep 18, 2013

Also having this issue. Is there any known fix?

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