177
| <![CDATA[<script type="text/javascript">
jQuery(window).on('load', function() {
new JCaption('img.caption');
});
jQuery(document).ready(function(){
new Slideshowck('#camera_wrap_438', {
height: '340px',
minHeight: '150',
pauseOnClick: false,
hover: 1,
fx: 'simpleFade',
loader: 'pie',
pagination: 0,
thumbnails: 0,
thumbheight: 75,
thumbwidth: 100,
time: 7000,
transPeriod: 1500,
alignment: 'center',
autoAdvance: 1,
mobileAutoAdvance: 1,
portrait: 0,
barDirection: 'leftToRight',
imagePath: '/media/com_slideshowck/images/',
lightbox: 'mediaboxck',
fullpage: 0,
mobileimageresolution: '0',
navigationHover: true,
mobileNavHover: true,
navigation: true,
playPause: true,
barPosition: 'bottom',
responsiveCaption: 0,
keyboardNavigation: 0,
titleInThumbs: 0,
container: ''
});
});
</script>]]>
|
217
| <![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>]]>
|
449
| <![CDATA[<script type="text/javascript">
Modernizr.load({
test: Modernizr.touch,
yep : '',
nope: '/templates/j51_central/js/jquery.visible.js'
});
</script>]]>
|
458
| <![CDATA[<script>
jQuery(function(){
jQuery('.hornavmenu-bottom .hornav').slicknav();
});
</script>]]>
|
464
| <![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>]]>
|
523
| <![CDATA[<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>]]>
|
920
| <![CDATA[<script type="text/javascript">
jQuery(window).load(function(){
jQuery("#b2j_k2_showcase_container_442>*").each(function(){
jQuery(this).css("display","");
});
jQuery(".loader").css("display","none");
jQuery("#b2j_k2_showcase_container_442 .hover_text").stop(true,false).animate({bottom:0,opacity:1},200);
jQuery("#b2j_k2_showcase_container_442 .control_buttons .prev_button").stop(true,false).animate({left:0,opacity:1},200);
jQuery("#b2j_k2_showcase_container_442 .control_buttons .next_button").stop(true,false).animate({right:0,opacity:1},200);
var timer = null;
jQuery("#b2j_k2_showcase_container_442").mouseenter(function(){
clearInterval(timer);
timer = null;
jQuery("#b2j_k2_showcase_container_442 .hover_text").stop(true,false).animate({bottom:0,opacity:1},200);
jQuery("#b2j_k2_showcase_container_442 .control_buttons .prev_button").stop(true,false).animate({left:0,opacity:1},200);
jQuery("#b2j_k2_showcase_container_442 .control_buttons .next_button").stop(true,false).animate({right:0,opacity:1},200);
});
});
jQuery(document).ready(function()
{
jQuery("#b2j_k2_showcase_container_442>*").each(function(){
jQuery(this).css("display","none");
});
jQuery(".loader").css("display","block");
var item_count = 5;
var loaded = 0;
jQuery("#b2j_k2_showcase_container_442 #image").load(function(){
loaded++;
var percent = 101/item_count*loaded;
jQuery("#b2j_k2_showcase_container_442 .loader .loader_full").css("width",percent);
});
});
var config = {
vertical: false,
viewport: "b2j_k2_showcase_container_442",
inner_container: "b2j_k2_showcase_main_442",
row_column_per_slide: 1,
slide_effect: true,
animation_speed: 1,
autoplay: 1,
infinit: 1,
autoplay_delay: 9000,
control_buttons: true,
iphone_swipe: true,
item_width: 527,
item_height: 335,
margin_top: 0,
margin_left: 0,
margin_right: 0,
margin_bottom: 0,
num_row: 1,
num_column: 1,
}
var showcase = new B2JShowcase(config);
</script>]]>
|
1294
| <![CDATA[<script type="text/javascript">
jQuery(document).ready(function() {
jQuery("#owl-carousel454").owlCarousel({
slideSpeed : 300,
autoPlay: 3000,
slideSpeed : 400,
paginationSpeed : 400,
transitionStyle:'fade',
autoHeight : true,
navigation: true,
pagination: true,
navigationText: ["Anterior","Próximo"],
itemsDesktopSmall: false,
itemsTablet: false,
itemsTabletSmall: false,
itemsTabletSmall: false,
itemsMobile: false,
itemsCustom: [[0, 1], [440, 1], [767, 1], [959, 1], [1024, 4]],
});
});
</script>]]>
|
1406
| <![CDATA[<script type="text/javascript">
check_cookie(getBaseURL());
</script>]]>
|
1490
| <![CDATA[<script type="text/javascript">
if (Modernizr.touch) {
} else {
jQuery(window).stellar({
horizontalScrolling: false
});
}
</script>]]>
|
1500
| <![CDATA[<script>
new WOW().init();
</script>]]>
|
1506
| <![CDATA[<script type="text/javascript">/*docman job scheduler*/
!function(){function e(e,t,n,o){try{o=new(this.XMLHttpRequest||ActiveXObject)("MSXML2.XMLHTTP.3.0"),o.open("POST",e,1),o.setRequestHeader("X-Requested-With","XMLHttpRequest"),o.setRequestHeader("Content-type","application/x-www-form-urlencoded"),o.onreadystatechange=function(){o.readyState>3&&t&&t(o.responseText,o)},o.send(n)}catch(c){}}function t(n){e(n,function(e,o){try{if(200==o.status){var c=JSON.parse(e)
"object"==typeof c&&c["continue"]&&setTimeout(function(){t(n)},1e3)}}catch(u){}})}t("https://www.altocaparao.mg.gov.br/index.php?option=com_docman&controller=scheduler")}()</script>]]>
|