You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It displays proper on hover of element, But after one ajax call inside add() function , I remove this div using jquery but it still displays tooltip. Note : If i click f12 then it hides.
The text was updated successfully, but these errors were encountered:
Can you show me the callback of the Ajax call please. You can also try data-pt-target="true" which will place the tooltip inside you DOM element thus removing both. But yes, by default it should get removed.
I could reproduce the issue. https://jsfiddle.net/9kt3hfpj/1/
It probably has been introduced with a recent change as wiyh older versions it's working.
You can you $('#Section1').protipHideInside().remove() as a workaround until it's fixed.
Hello,
I have following in my code
It displays proper on hover of element, But after one ajax call inside add() function , I remove this div using jquery but it still displays tooltip. Note : If i click f12 then it hides.
The text was updated successfully, but these errors were encountered: