$(document).ready(function() { // $("#div_privacy").hide(); // prepend span tag $(".titolo").prepend(""); // attivo lightbox $('a.lightbox').lightBox(); // attivo tabs $('#container-1 ul').tabs(); /* $('#ciclami').cycle( { fx : 'fade', delay : -2000, random : 1, pause : 1 }); $('#ciclami2').cycle( { fx : 'fade', delay : -2000, random : 1, pause : 1 }); $(".cbdati").colorbox( { width : "550px", height : "400px", initialWidth : "550px", initialHeight : "400px", inline : true, href : "#div_privacy", close : "chiudi" }); */ $(".cbdati").click(function(){ $("#div_privacy").toggle(); }); //attivo cycle $('#ciclac').show(); $('#ciclaheader').cycle({ fx: 'fade', speed: 900 }); });