68
| <![CDATA[<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:2063551,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>]]>
|
489
| <![CDATA[<script>
jQuery(function($){
$("#input_data_61").mask("99/99/9999");
})
</script>]]>
|
514
| <![CDATA[<script>
jQuery(function($){
$("#input_cpf_63").mask("999.999.999-99");
})
</script>]]>
|
539
| <![CDATA[<script>
jQuery(function($){
$("#input_text_75").focusin(function(){$(this).mask("(99)999999999");});
})
</script>]]>
|
751
| <![CDATA[<script type="text/javascript">
$('#pesquisa_questionario').on('submit',function(){
var googleResponse = $('#g-recaptcha-response').val();
if(!googleResponse){
$('.alertRecaptcha').removeClass('d-none');
return false;
}else{
$('.alertRecaptcha').addClass('d-none');
return true;
}
});
</script>]]>
|
1361
| <![CDATA[<script type='text/javascript'>//<![CDATA[
$(document).ready(function(){
// if no cookie
if ($.cookie('cookie-lgpd')!="true") {
$("#barra-cookies-lgpd").show();
$("#aceitar-cookies-lgpd").click(function() {
$("#barra-cookies-lgpd").hide();
// set the cookie for 24 hours
var date = new Date();
date.setDate(date.getDate() + 30);
$.cookie('cookie-lgpd', "true", { expires: date });
});
}
});//]]>
</script>]]>
|