1114
| <![CDATA[<script type="text/javascript">
$(function() {
$('.menu100-submenu,.menu100-submenu2,.menu100-submenu3').hover(function() {
$(this).children('ul').stop(true, true).fadeIn();
$(this).children('a').addClass('active');
}, function() {
$(this).children('ul').hide();
$(this).children('a').removeClass('active');
});
});
</script>]]>
|
1810
| <![CDATA[<script type="text/javascript">
$(document).ready(function() {
$('.tree').treegrid({
initialState:'collapsed',
expanderExpandedClass: 'fa fa-lg fa-chevron-circle-down',
expanderCollapsedClass: 'fa fa-lg fa-chevron-circle-right'
});
});
</script>]]>
|
1823
| <![CDATA[<script type="text/javascript">
$(function(){
// bootstrap-datepicker ---------------------
if( $('.bootstrap_datepicker').length ) {
$('.bootstrap_datepicker').datepicker({format: 'dd/mm/yyyy'});
}
$('#imprimir').click(function(){
window.print();
});
});
</script>]]>
|
2008
| <![CDATA[<script>
$(document).ready(function() {
$(".select2").select2({
placeholder: "Todas",
allowClear: true,
width: '100%'
});
});
</script>]]>
|
2021
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-96446640-1');
</script>]]>
|
2049
| <![CDATA[<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>]]>
|