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

Tooltip stay after AJAX call #59

Open
AmFearLiath opened this issue Jan 14, 2017 · 1 comment
Open

Tooltip stay after AJAX call #59

AmFearLiath opened this issue Jan 14, 2017 · 1 comment

Comments

@AmFearLiath
Copy link

If the tooltip is located on a button that triggers an Ajax refresh, the tooltip remains and can not be removed.

I've solved this for me with a remove()

$(document).ready(function(){
     $(".tipso_bubble").remove();
});

but i think this isn't the absolute solution.

Example: https://jsfiddle.net/o89qsudq/

@Kcko
Copy link

Kcko commented Jul 25, 2017

Me too , but this solution is only workaround. Any standard solution from plugin pls? Author?

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