We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
The text was updated successfully, but these errors were encountered:
Me too , but this solution is only workaround. Any standard solution from plugin pls? Author?
Sorry, something went wrong.
No branches or pull requests
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()
but i think this isn't the absolute solution.
Example: https://jsfiddle.net/o89qsudq/
The text was updated successfully, but these errors were encountered: