336
| <![CDATA[<script>
function openSearch() {
document.getElementById("conteudo-pesquisa").style.display = "block";
}
function closeSearch() {
document.getElementById("conteudo-pesquisa").style.display = "none";
}
</script>]]>
|
353
| <![CDATA[<script>console.log('aqui')</script>]]>
|
551
| <![CDATA[<script type="text/javascript">
function getCaptcha(str) {
var url = $('#valor_cidade').val();
if (str.length != 0) {
var xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
$('#texto').html(this.responseText);
}
};
xmlhttp.open("GET", url+"/inga_captcha/inga_captcha.php?q="+str+"&cliente_id="+45, true);
xmlhttp.send();
}
}
$( document ).ready(function() {
getCaptcha(9);
});
</script>]]>
|
736
| <![CDATA[<script type="text/javascript">
$(document).ready(function () {
$('#popup-modal_2').modal('show');
$('#popup-modal_1').modal('show');
});
</script>]]>
|
745
| <![CDATA[<script>
function openNav() {
document.getElementById("pesquisa").style.height = "100%";
}
function closeNav() {
document.getElementById("pesquisa").style.height = "0%";
}
</script>]]>
|
756
| <![CDATA[<script>
(function(i,s,o,g,r,a,m){
i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', '', 'auto');
ga('send', 'pageview');
</script>]]>
|