75
| <![CDATA[<script type="text/javascript">
var contraste = 'ativar';
const __URL__ = "//jaguaruna.sc.gov.br/";
const url = __URL__ + "zbox/contraste/index/";
$("#pluginContrasteIsAtivo").click(function(){
let dataPost = {
contraste: contraste,
};
let xhr = $.ajax({
url: url,
method: "POST",
data: dataPost,
dataType: "json"
});
xhr.complete(function () {
location.reload();
});
});
</script>]]>
|
139
| <![CDATA[<script type="text/javascript">
$(function() {
//$('#topo-tempo').hide();
console.log('https://www.fecam.org.br/tempo.php?codPrevisao=4623');
$.ajax({
url: 'https://www.fecam.org.br/tempo.php?codPrevisao=4623',
jsonpCallback: 'jsonCallback',
contentType: "application/json",
dataType: 'jsonp',
cache: 'false',
success: function(data){
data = data['tempo'];
dc = 0; //Contador de dias;
while(dc <= 1){
prefix = "#previsao-tempo-dia-"+(dc+1);
dia = data['previsao'][dc];
$(prefix).html(dia['diaSemana']);
$(prefix+'-max').html(dia['maxima']+"C");
$(prefix+"-min").html(dia['minima']+"C");
$(prefix+"-icone img").attr("src","https://cdn.fecam.net.br/styles/layouts/pm/default/images/previsao-tempo/"+dia['tempo']+".png");
$(prefix+"-previsao").html(dia['condicao']);
console.log(dia);
dc++;
}
}
});
});
</script>]]>
|
260
| <![CDATA[<script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>]]>
|
329
| <![CDATA[<script type="text/javascript">
$(window).load(function () {
$('#conteudoLayout .zl-divisao .zl-bloco').each(function () {
var celulas = $(this).find('.zl-celula');
var widthBloco = $(this).width();
if (celulas.length == 1)
$(celulas).width('100%');
else {
var widthTotal = 0;
$(celulas).each(function () {
widthTotal += $(this).width();
});
$(celulas).each(function () {
var newWidth = widthBloco * $(this).width() / widthTotal;
$(this).width(newWidth);
});
}
for (i = 0, j = 1; i < celulas.length; i++, j++) {
$(celulas[i]).addClass('celula' + j);
}
});
});
</script>]]>
|
471
| <![CDATA[<script type='text/javascript'>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20437424-50']);
_gaq.push(['_trackPageview'], '/estruturaorganizacional/hotsite/index/codHotsite/8749');
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
jQuery(document).ajaxComplete(function(e, xhr, settings){
_gaq.push(['_trackPageview', settings.url]);
});
</script>]]>
|