17
| <![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', 'UA-49356531-28', 'auto');
ga('send', 'pageview');
</script>]]>
|
57
| <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"cc09aef91a19986c3ca0ed4d0a090f57","system.paths":{"root":"","base":""}}</script>]]>
|
335
| <![CDATA[<script type="text/javascript">
//remove links e efeito hover dos atributos com a classe "disabled"
jQuery(document).ready(function () {
jQuery( "a.disabled" ).each(function( index ) {
var textLink;
textLink = jQuery(this).text();
jQuery(this).removeAttr('href');
jQuery(this).attr("style", "color:#fff");
jQuery(this).hover(
function() {
jQuery( this ).text('Em Breve');
jQuery(this).attr("style", "color:#295594");
}, function() {
jQuery( this ).text(textLink);
jQuery(this).attr("style", "color:#fff");
}
);
});
var windowWidth = window.innerWidth;
if(windowWidth < 790) {
jQuery( "#saiba-mais #navScroll .menu_close" ).remove();
jQuery( "#eixos-programa .menu_eixos" ).remove();
jQuery( "#navScroll.menu_tempo_aprender" ).remove();
}
});
</script>]]>
|
410
| <![CDATA[<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('a.interna-page').bind('click', function(event) {
var jQueryanchor = jQuery(this);
jQuery('html, body').stop().animate({
scrollTop: jQuery(jQueryanchor.attr('href')).offset().top
}, 1500, 'easeInOutExpo');
event.preventDefault();
});
});
</script>]]>
|
2174
| <![CDATA[<script>
jQuery(document).ready(function () {
jQuery(window).scroll(function(){
var topo = jQuery(window).scrollTop();
var windowWidth2 = window.innerWidth;
if(topo > 5){
//console.log(topo);
jQuery(".menu").removeClass("menu-scroll");
jQuery(".menu").stop().animate({ top: "10px" }, 0);
jQuery(".logo").removeClass("logo-scroll");
}
});
});
</script>]]>
|
5593
| <![CDATA[<script>
new WOW().init();
</script>]]>
|
5601
| <![CDATA[<script type="text/javascript">
// Script criado para sobrescrever os link de menu ancora das paginas internas dos templates onpage,
// afim de que se comportem como os itens de menu ancora da home.
if('http://alfabetizacao.mec.gov.br/' != jQuery('base').attr('href')){
jQuery('.menu a').each(function(){
url = jQuery(this).attr('href');
if(url.indexOf("#")!=-1){
jQuery(this).attr('href','http://alfabetizacao.mec.gov.br/'+url.slice(url.indexOf("#"), jQuery(this).attr('href').length));
}
});
jQuery('.logo a').each(function(){
url = jQuery(this).attr('href');
if(url.indexOf("#")!=-1){
jQuery(this).attr('href','http://alfabetizacao.mec.gov.br/'+url.slice(url.indexOf("#"), jQuery(this).attr('href').length));
}
});
}
</script>]]>
|
5620
| <![CDATA[<script>
var i = 0;
jQuery( document ).ready(function() {
// Attach click listener to relevant buttons.
jQuery('.ga-elm').click(function() {
// Since we have multiple CTA buttons, it is sensible to use
// button text to categorize the events.
if(jQuery(this).is("a")){
var text = jQuery(this).attr('title');
}else if(jQuery(this).is("select") && i == 0){
//console.log
var text = jQuery(this).attr('name');
i++;
}else if(jQuery(this).is("span")){
var text = jQuery(this).attr('name');
}
//var text = jQuery(this).is("a");
if(text){
console.log(text);
// This function reports an event to Google Analytics servers.
ga('send', 'event', 'CTA click', 'click', text);
}
});
});
</script>]]>
|