$(document).ready(function(){ $(".colorbox-irudia").colorbox ({scalePhotos: true}); $(".colorbox-iframe").colorbox ({iframe:true, width:"90%", height:"90%"}); $(".colorbox-ekipoa").colorbox({ rel:'ekipoa', transition: 'elastic', scalePhotos: true, loop: false, // internationalization current: "", previous: "", next: "", close: "", xhrError: "This content failed to load.", imgError: "This image failed to load.",}); $("#bila_klik").click (function (event){ event.preventDefault(); $("#bilatzailea").slideToggle (); }); });