9
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-47095032-1');
</script>]]>
|
63
| <![CDATA[<script type="text/javascript">
$(document).ready(function(){
$("#menur").click(function(){
$("#navegacao-principal, #navegacao-principal2").slideToggle();
});
});
</script>]]>
|
181
| <![CDATA[<script type="text/javascript">
<!--
$(document).ready(function() {
if ($.fn.treeview) {
$("#mn-navegacao-principal").treeview({
animated: "fast",
persist: "cookie",
cookieId: "mn-navegacao-principal",
domain: "www.procon.pr.gov.br",
path: "/"
});
}
});
-->
</script>]]>
|
232
| <![CDATA[<script type="text/javascript">
<!--
$(document).ready(function() {
if ($.fn.treeview) {
$("#mn-navegacao-principal2").treeview({
animated: "fast",
persist: "cookie",
cookieId: "mn-navegacao-principal2",
domain: "www.procon.pr.gov.br",
path: "/"
});
}
});
-->
</script>]]>
|
331
| <![CDATA[<script type="text/javascript">
$(document).ready(function() {
$("#imgCaptcha").fadeTo(300,1,function() {
changeCaptcha();
});
$("#imgCaptchaRefresh").click(function() {
changeCaptcha();
return false;
});
});
function changeCaptcha() {
$("#imgCaptcha").attr("src","http://www.procon.pr.gov.br/captcha.php?_="+((new Date()).getTime()));
}
</script>]]>
|
350
| <![CDATA[<script type="text/javascript">$('#form-recomendar').hide();</script>]]>
|
368
| <![CDATA[<script type="text/javascript">
<!--
var siteurl = "http://www.procon.pr.gov.br";
$(document).ready(function() {
$("#com_nome").focus(function() {
if($(this).val() == '' || $(this).val() == 'NOME') {
$(this).val('');
}
});
$("#com_nome").blur(function() {
if($(this).val() == '') {
$(this).val('NOME')
};
});
$("#com_email").focus(function() {
if($(this).val() == '' || $(this).val() == 'E-MAIL') {
$(this).val('');
}
});
$("#com_email").blur(function() {
if($(this).val() == '') {
$(this).val('E-MAIL')
};
});
$("#com_text").focus(function() {
if($(this).val() == '' || $(this).val() == 'COMENTÁRIO') {
$(this).val('');
}
});
$("#com_text").blur(function() {
if($(this).val() == '') {
$(this).val('COMENTÁRIO')
};
});
$('#list-comentarios').each(function(){
var max = 19;
if ($(this).find("li").length > max) {
$(this)
.find('li:gt('+max+')')
.hide()
.end()
.append(
$('<li class="more"><strong>Mais...</strong></li>').click( function(){
$(this).siblings(':hidden').show().end().remove();
})
);
}
});
});
function sharethis(site) {
var title = "Procon-PR-divulga-pesquisa-de-preco-dos-materiais-escolares";
title = encodeURI(title);
var summary = "+O+Procon-PR+realizou+uma+pesquisa+de+pre%26ccedil%3Bos+dos+materiais+escolares%2C+entre+os+dias+08+e+10+de+janeiro+de+2019%2C+em+quatro+estabelecimentos+de+Curitiba.+Ao+todo%2C+foram+pesquisados+mais+de+150+itens%2C+sendo+consideradas%2C+para+o+levantamento%2C...";
var stringFoto = '';
var i = 0;
$('#gallery-news div#gallery-wrapper ol#gallery-container li#gallery-page-1 ul li:lt(5)').each(function(index) {
stringFoto = stringFoto+"&p[images]["+i+"]="+$(this).find("a img").attr('src');
i++;
});
if ('' != '') {
if ('' != '')
var url = "http://www.procon.pr.gov.br///523,/"+title+".html";
else
var url = "http://www.procon.pr.gov.br///523/"+title+".html";
} else
var url = "http://www.procon.pr.gov.br/modules/noticias/article.php?storyid=523";
//var url = location.href;
// noticias versão 2.06 {
if (site == "facebook") shareurl = "https://www.facebook.com/sharer.php?u="+url;
else if (site == "whatsapp") shareurl = "whatsapp://send?text="+url; // inc versão 2.08
else shareurl = "https://twitter.com/share?text="+encodeURI("Procon PR divulga pesquisa de preço dos materiais escolares"); // alt versão 2.08
//else shareurl = "https://twitter.com/share?text="+encodeURI("Procon PR divulga pesquisa de preço dos materiais escolares")+"&url="+url; // teste versão 2.08
//else shareurl = "https://twitter.com/share?text=Procon PR divulga pesquisa de preço dos materiais escolares"; // exc versão 2.08
// } noticias versão 2.06
window.open(shareurl);
}
//-->
</script>]]>
|