function myJQueryCode() { //Jquery alreay loade ( function($) { $(document).ready(function(){ //Add style on head //$("#box-widget-light").before(' $("head").prepend('\n'); //End of Style //Write my content $('#box-widget-light').html('
'+ ' '+ '
'+ '
'+ '
2
20
39
40
47
4
8
'+ '
Sorteio: 034/2024
'+ '
Data: 26-04-2024
'+ '
'+ ' '+ ' '+ '
'+ ' '+ '
'); //End content $("#ceuro-light").click(function() { $("#totoloto-light,#joker-light").css({"display":"none"}); $("#ctoto-light,#cjoker-light").removeClass("selected"); $("#euromilhoes-light").css({"display":"block"}); $("#ceuro-light").addClass("selected"); }); $("#ctoto-light").click(function() { $("#euromilhoes-light,#joker-light").css({"display":"none"}); $("#ceuro-light,#cjoker-light").removeClass("selected"); $("#totoloto-light").css({"display":"block"}); $( "#ctoto-light" ).addClass("selected"); }); $("#cjoker-light").click(function() { $("#totoloto-light,#euromilhoes-light").css({"display":"none"}); $("#ctoto-light,#ceuro-light").removeClass("selected"); $("#joker-light").css({"display":"block"}); $( "#cjoker-light" ).addClass("selected"); }); }); } ) ( jQuery ); } if(typeof jQuery=='undefined') { var headTag = document.getElementsByTagName("head")[0]; var jqTag = document.createElement('script'); jqTag.type = 'text/javascript'; jqTag.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'; jqTag.onload = myJQueryCode; headTag.appendChild(jqTag); } else { myJQueryCode(); }