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

Can you temporarily disable a clickover? #33

Open
jim-at-miramontes opened this issue Mar 29, 2013 · 1 comment
Open

Can you temporarily disable a clickover? #33

jim-at-miramontes opened this issue Mar 29, 2013 · 1 comment

Comments

@jim-at-miramontes
Copy link

I'd like to disable a clickover while the thing containing the clickover is being dragged. Is there a way to do this? I've tried removing some (almost all!) of the data- attributes from the link that triggers the clickover, but it keeps coming up. Is there a way to do this?

@hieutang511
Copy link

I might have the same issue here. I try to use $().clickover('destroy') but it doesn't work, popover still shows up

---Update---
I managed to work around that issue by adding

, destroyClickover: function () {
      this.hide().$element.off('.' + 'popover').removeData('popover')
    }

in line 177.
Naming 'destroy' only doesn't work

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