tipso
tipso copied to clipboard
Tooltip stay after AJAX call
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/
Me too , but this solution is only workaround. Any standard solution from plugin pls? Author?