I\'m using the jquery-plugin qTip. What\'s the command to destroy all tooltips in my page ?
I tried:
$(\'.option img[title], span.taxonomy-image-link-al
if ( jQuery( '.qtip' ).length > 0 ) { jQuery( "#IdElement").qtip("destroy"); }