14
| <![CDATA[<script src="https://www.se.gov.br/frontend/js/bootstrap.min.js">
</script>]]>
|
412
| <![CDATA[<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>]]>
|
436
| <![CDATA[<script type="text/javascript">
$(document).ready(function(){
if( localStorage.getItem('aceito') != 1 || localStorage.getItem('aceito') == null ){
document.getElementById("cokkie").style.visibility = "visible";
}else{
document.getElementById("cokkie").style.visibility = "hidden";
}
});
function aceito(n){
localStorage.setItem('aceito',n);
document.getElementById("cokkie").style.visibility = "hidden";
}
</script>]]>
|
453
| <![CDATA[<script>window.jQuery || document.write('<script src="/docs/4.3/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>]]>
|
460
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-143023290-1');
</script>]]>
|
470
| <![CDATA[<script type="text/javascript">
$( '[data-fancybox="images"]' ).fancybox({
caption : function( instance, item ) {
var caption = $(this).data('caption') || '';
if ( item.type === 'image' ) {
caption = (caption.length ? caption + '<br />' : '') + '<a href="' + item.src + '">Download image</a>' ;
}
return caption;
}
});
</script>]]>
|
486
| <![CDATA[<script type="text/javascript">
var $btnAumentar = $("#btnAumentar");
var $btnDiminuir = $("#btnDiminuir");
var $elemento = $("body p");
function obterTamnhoFonte() {
return parseFloat($elemento.css('font-size'));
}
$btnAumentar.on('click', function() {
$elemento.css('font-size', obterTamnhoFonte() + 1);
});
$btnDiminuir.on('click', function() {
$elemento.css('font-size', obterTamnhoFonte() - 1);
});
</script>]]>
|
504
| <![CDATA[<script type="text/javascript">
(function () {
var Contrast = {
storage: 'contrastState',
cssClass: 'contrast',
currentState: null,
check: checkContrast,
getState: getContrastState,
setState: setContrastState,
toogle: toogleContrast,
updateView: updateViewContrast
};
window.toggleContrast = function () { Contrast.toogle(); };
Contrast.check();
function checkContrast() {
this.updateView();
}
function getContrastState() {
return localStorage.getItem(this.storage) === 'true';
}
function setContrastState(state) {
localStorage.setItem(this.storage, '' + state);
this.currentState = state;
this.updateView();
}
function updateViewContrast() {
var body = document.body;
if (this.currentState === null)
this.currentState = this.getState();
if (this.currentState)
body.classList.add(this.cssClass);
else
body.classList.remove(this.cssClass);
}
function toogleContrast() {
this.setState(!this.currentState);
}
})();
</script>]]>
|
556
| <![CDATA[<script>
$("#dtinicio, #dtfim ").mask("00/00/0000");
</script>]]>
|
560
| <![CDATA[<script type="text/javascript">
var url1 = "https://www.se.gov.br/";
function hit(n){
$.ajax({
url: url1+"audio/"+n+"/hit",
method: "get",
async: true,
success: function(objeto){
console.log(objeto);
}
});
}
function hit_vlibras(){
$.ajax({
url: url1+"libras/hit",
method: "get",
async: true,
success: function(objeto){
console.log(objeto);
}
});
}
</script>]]>
|
590
| <![CDATA[<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5SM7R5X');</script>]]>
|