39
| <![CDATA[<script type="text/javascript">
(function ($) {
$().ready(function () {
$('body').jfontsize({
btnMinusClasseId: '#jfontsize-minus',
btnDefaultClasseId: '#jfontsize-default',
btnPlusClasseId: '#jfontsize-plus',
btnMinusMaxHits: 10,
btnPlusMaxHits: 10,
sizeChange: 1
});
});
})(jQuery)
</script>]]>
|
271
| <![CDATA[<script type="text/javascript">
Modernizr.load({
test: Modernizr.touch,
yep : '',
nope: '/templates/j51_central/js/jquery.visible.js'
});
</script>]]>
|
280
| <![CDATA[<script>
jQuery(function(){
jQuery('.hornavmenu-bottom .hornav').slicknav();
});
</script>]]>
|
286
| <![CDATA[<script type="text/javascript">
jQuery(function() {
var bar = jQuery('.hornavmenu-bottom');
var top = bar.css('opacity');
jQuery(window).scroll(function() {
if(jQuery(this).scrollTop() > 0) {
bar.stop().animate({'opacity' : '0'}, 300);
} else {
bar.stop().animate({'opacity' : '1'}, 300);
}
});
});
jQuery(function() {
var bar = jQuery('.hornavmenu-top');
var top = bar.css('top');
jQuery(window).scroll(function() {
if(jQuery(this).scrollTop() > 230) {
bar.stop().animate({'top' : '0px'}, 300);
} else {
bar.stop().animate({'top' : top}, 300);
}
});
});
</script>]]>
|
345
| <![CDATA[<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>]]>
|
644
| <![CDATA[<script type="text/javascript">
check_cookie(getBaseURL());
</script>]]>
|
728
| <![CDATA[<script type="text/javascript">
if (Modernizr.touch) {
} else {
jQuery(window).stellar({
horizontalScrolling: false
});
}
</script>]]>
|
738
| <![CDATA[<script>
new WOW().init();
</script>]]>
|