647
| <![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>]]>
|
1161
| <![CDATA[<script type="text/javascript">
$(document).ready(function(){
$('.table').on('click', 'a.no-link', function(e){
e.preventDefault();
});
$('[data-toggle="popover"]').popover()
$('body').on('click', function (e) {
$('[data-toggle="popover"]').each(function () {
//the 'is' for buttons that trigger popups
//the 'has' for icons within a button that triggers a popup
if (!$(this).is(e.target) && $(this).has(e.target).length === 0 && $('.popover').has(e.target).length === 0) {
$(this).popover('hide');
}
});
});
});
</script>]]>
|
1185
| <![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>]]>
|
1338
| <![CDATA[<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>]]>
|