Ero sivun ”Widget:Tooltip” versioiden välillä
Järvi-meriwikistä
Rivi 1: | Rivi 1: | ||
− | <includeonly><a href="#" class="jwtooltip" data-toggle="tooltip" title="<!--{$title|escape:'html'}-->"><!--{$link|escape:'html'}--></a><script>jQuery( '[data-toggle="tooltip"]' ).tooltip();</script></includeonly> | + | <includeonly><a href="#" class="jwtooltip" data-toggle="tooltip" title="<!--{$title|escape:'html'}-->"><!--{$link|escape:'html'}--></a><script> |
+ | |||
+ | function <!--{$id|default:tooltipper|escape:'html'}-->_jQueryTest() { | ||
+ | if ( typeof window.jQuery == 'undefined' ) { | ||
+ | setTimeout( function(){ <!--{$id|default:tooltipper|escape:'html'}-->_jQueryTest() }, 300); | ||
+ | } else { | ||
+ | <!--{$id|default:tooltipper|escape:'html'}-->_func(); | ||
+ | } | ||
+ | } | ||
+ | |||
+ | setTimeout( function(){ <!--{$id|default:tooltipper|escape:'html'}-->_jQueryTest() }, 300); | ||
+ | |||
+ | function <!--{$id|default:tooltipper|escape:'html'}-->_func() { | ||
+ | jQuery( '[data-toggle="tooltip"]' ).tooltip(); | ||
+ | } | ||
+ | |||
+ | </script></includeonly> |