User:Jack who built the house/Gadget-referenceTooltips.js: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 836:
}
$content.find( teSelector ).filter( function () {
return !activatedByClick ||
!( $( this ).closest( 'a' ).length $( this ).has( 'a' ).length
);
} ).each( function () {
new TooltippedElement( $( this ) );
|