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
The text was updated successfully, but these errors were encountered:
DanielApt
changed the title
Tooltips and popovers with selector throw an error when being destroyed
v3.3.0 & v3.3.1: Tooltips and popovers with selector throw an error when being destroyed
Jan 8, 2015
I've created some tooltips using the selector property:
Afterwards I destroy them using:
$('body').tooltip('destroy');
This throws an error:
Uncaught TypeError: undefined is not a function
The same applies for popovers.
For an example see http://jsfiddle.net/DanielApt/rvqd7cyv/
The text was updated successfully, but these errors were encountered: