29
| <![CDATA[<script type="text/javascript">
jQuery(function($) {
$('.hasTip').each(function() {
var title = $(this).attr('title');
if (title) {
var parts = title.split('::', 2);
var mtelement = document.id(this);
mtelement.store('tip:title', parts[0]);
mtelement.store('tip:text', parts[1]);
}
});
var JTooltips = new Tips($('.hasTip').get(), {"maxTitleChars": 50,"fixed": false});
});
jQuery(function($){ $(".hasPopover").popover({"html": true,"trigger": "hover focus","container": "body"}); });
</script>]]>
|
163
| <![CDATA[<script>
jQuery(function($) {
$('#searchbox-40 input[name=searchword]').search({'url': '/index.php/component/search/?tmpl=raw&type=json&ordering=&searchphrase=all', 'param': 'searchword', 'msgResultsHeader': 'Resultados da Pesquisa', 'msgMoreResults': 'Mais Resultados', 'msgNoResults': 'Nenhum resultado encontrado'}).placeholder();
});
</script>]]>
|
428
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120838554-1');
</script>]]>
|
447
| <![CDATA[<script>
(function($){
$(document).on('ready', function() {
});
})(jQuery);
</script>]]>
|