tipso icon indicating copy to clipboard operation
tipso copied to clipboard

Tooltip stay after AJAX call

Open AmFearLiath opened this issue 8 years ago • 1 comments

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/

AmFearLiath avatar Jan 14 '17 00:01 AmFearLiath

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

Kcko avatar Jul 25 '17 07:07 Kcko