59
| <![CDATA[<script type="text/javascript">
jQuery(window).on('load', function() {
new JCaption('img.caption');
});
var sp_preloader = '0';
var sp_gotop = '1';
var sp_offanimation = 'fullscreen';
jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} });
jQuery(document).ready(function() {
var value, searchword = jQuery('#mod-finder-searchword182');
// Get the current value.
value = searchword.val();
// If the current value equals the default value, clear it.
searchword.on('focus', function ()
{
var el = jQuery(this);
if (el.val() === 'Pesquisar...')
{
el.val('');
}
});
// If the current value is empty, set the previous value.
searchword.on('blur', function ()
{
var el = jQuery(this);
if (!el.val())
{
el.val(value);
}
});
jQuery('#mod-finder-searchform182').on('submit', function (e)
{
e.stopPropagation();
var advanced = jQuery('#mod-finder-advanced182');
// Disable select boxes with no value selected.
if (advanced.length)
{
advanced.find('select').each(function (index, el)
{
var el = jQuery(el);
if (!el.val())
{
el.attr('disabled', 'disabled');
}
});
}
});});
</script>]]>
|
126
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-2972075-2');
</script>]]>
|
135
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-99HWFGGB91');
</script>]]>
|
147
| <![CDATA[<script type="text/javascript">
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.src = "https://cdn.pushalert.co/integrate_43cbdc81d9ed192a2d7a67346fc30b03.js";
s.parentNode.insertBefore(g, s);
}(document, "script"));
</script>]]>
|
167
| <![CDATA[<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>]]>
|
279
| <![CDATA[<script>
jQuery( document ).ready(function() {
let baseUrl = jQuery('#cidades-select').attr('data-url');
let url = baseUrl +'/'+'cidades.php';
function getCookie(name) {
var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');
return v ? v[2] : null;
}
let uf = getCookie('city')
//console.log(uf);
if(uf === null){
uf = document.querySelector("#cidades-select").value
}
let bodyy = {uf: uf}
request(url , bodyy).then( result => {
jQuery('#resultss').html(result)
}).catch( (err) => {
console.log(err)
})
jQuery('#cidades-select').change(function(){
let uf = jQuery(this).val();
// let baseUrl = jQuery(this).attr('data-url');
// let url = baseUrl +'/'+'cidades.php';
document.cookie = "city="+uf;
document.cookie = "uf="+uf;
let body = {uf: uf}
request(url , body).then( result => {
jQuery('#resultss').html(result)
}).catch( (err) => {
console.log(err)
})
})
function request(url, bodyy) {
return new Promise((resolve, reject) => {
jQuery.ajax({
method: 'POST',
url: url,
data: bodyy
}).done( (results)=> {
resolve(results)
}).fail( (err)=> {
console.error('error: ', err)
reject(err)
})
})
}
});
</script>]]>
|
581
| <![CDATA[<script type="text/javascript">
jQuery(document).scroll(function() {
checkOffset();
});
function checkOffset() {
if(jQuery('#fixed').offset().top + jQuery('#fixed').height() >= jQuery('#viewlet-below-content').offset().top){
jQuery('#fixed').css('display', 'none');
jQuery('#absolute').css('display', 'block');
}
if(jQuery(document).scrollTop() + (window.innerHeight/2) < jQuery('#viewlet-below-content').offset().top){
jQuery('#fixed').css('display', 'block');
jQuery('#absolute').css('display', 'none');
}
//jQuery('#fixed').text(jQuery(document).scrollTop() + window.innerHeight);
}
</script>]]>
|
597
| <![CDATA[<script>
jQuery(document).ready(function(){
jQuery(document).on('scroll',function() {
});
});
</script>]]>
|
621
| <![CDATA[<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.reporterror').on('click', function(e) {
jQuery('#sp-section-19').toggleClass("display");
e.preventDefault();
});
});
</script>]]>
|
654
| <![CDATA[<script type="text/javascript">
<!--
var acymModule = [];
acymModule['emailRegex'] = /^[a-z0-9!#$%&\'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&\'*+\/=?^_`{|}~-]+)*\@([a-z0-9-]+\.)+[a-z0-9]{2,20}$/i;
acymModule['NAMECAPTION'] = 'Name';
acymModule['NAME_MISSING'] = 'Please enter your name';
acymModule['EMAILCAPTION'] = 'Email';
acymModule['VALID_EMAIL'] = 'Please enter a valid e-mail address';
acymModule['CAPTCHA_MISSING'] = 'The captcha is invalid, please try again';
acymModule['NO_LIST_SELECTED'] = 'Please select the lists you want to subscribe to';
acymModule['ACCEPT_TERMS'] = 'Please check the Terms and Conditions / Privacy policy';
//-->
</script>]]>
|
671
| <![CDATA[<script type="text/javascript">
<!--
acymModule['excludeValuesformAcym42711'] = [];
acymModule['excludeValuesformAcym42711']['1'] = 'ACYM_NAME';
acymModule['excludeValuesformAcym42711']['2'] = 'ACYM_EMAIL';
//-->
</script>]]>
|
778
| <![CDATA[<script>
const Toast = Swal.mixin({
toast: true,
position: 'top-end',
showConfirmButton: false,
timer: 3000
});
// jQuery( document ).ready(function() {
// if(jQuery.session.get('contraste') == 1){
// jQuery("#html-body").toggleClass(" contraste");
// }
// });
// jQuery( "#target" ).click(function contraste() {
// if (jQuery.session.get('contraste') == 1) {
// // Remover Classe Contraste
// console.log("Modo contraste DESATIVADO.")
// jQuery.session.set("contraste", 0);
// jQuery("#html-body").toggleClass(" contraste");
// } else {
// // Adicionar Classe Contraste
// console.log("Modo contraste ATIVADO.");
// jQuery.session.set("contraste", 1);
// jQuery("#html-body").toggleClass(" contraste");
// }
// });
jQuery('body').ready(function() {
jQuery("a.link-left").hover(function() {
// jQuery("i.right").addClass("pseudo-hover");
}, function() {
jQuery("i.right").removeClass("pseudo-hover");
});
jQuery("a.link-right").hover(function() {
jQuery("i.left").addClass("pseudo-hover");
}, function() {
jQuery("i.left").removeClass("pseudo-hover");
});
});
jQuery( document ).ready(function () {
function getCookie(name) {
var v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');
return v ? v[2] : null;
}
let city = getCookie('city')
switch (city){
case 'Goiânia':
case 'goiania':
jQuery('#cidades-select').val('goiania');
break;
case 'Brasília':
case 'brasilia':
jQuery('#cidades-select').val('brasilia');
break;
case 'montes-claros':
case 'Montes Claros':
jQuery('#cidades-select').val('montes-claros');
break;
case 'uberaba':
case 'Uberaba':
jQuery('#cidades-select').val('uberaba');
break;
case 'cuiaba':
case 'Cuiabá':
jQuery('#cidades-select').val('cuiaba');
break;
case 'palmas':
case 'Palmas':
jQuery('#cidades-select').val('palmas');
break;
case 'belo-horizonte':
case 'Belo Horizonte':
jQuery('#cidades-select').val('belo-horizonte');
break;
case 'divinopolis':
case 'Divinópolis':
jQuery('#cidades-select').val('divinopolis');
break;
}
})
jQuery("#filtro-pesq").click(function () {
jQuery("#filtro-pesq").toggleClass("up");
});
jQuery("#unCheck").click(function () {
jQuery(":checkbox").attr("checked", false);
jQuery(":selected").attr("selected", false);
jQuery(":radio").attr("checked", false);
});
function checkOffset() {
if(jQuery('#fixed').offset().top + jQuery('#fixed').height() >= jQuery('#viewlet-below-content').offset().top){
jQuery('#fixed').css('display', 'none');
jQuery('#absolute').css('display', 'block');
}
if(jQuery('body').scrollTop() + (window.innerHeight/2) < jQuery('#viewlet-below-content').offset().top){
jQuery('#fixed').css('display', 'block');
jQuery('#absolute').css('display', 'none');
}
// jQuery('#fixed').text(jQuery(document).scrollTop() + window.innerHeight);
}
jQuery('body').scroll(function() {
checkOffset();
});
</script>]]>
|