Warning: fopen(referencias.txt): failed to open stream: Permission denied in /home/numerose/public_html/widget-light.php on line 23
Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/numerose/public_html/widget-light.php on line 29
Warning: fclose() expects parameter 1 to be resource, boolean given in /home/numerose/public_html/widget-light.php on line 31
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('');
//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();
}