var $j = jQuery.noConflict(); //colorbox $j(document).ready(function(){ //Examples of how to assign the ColorBox event to elements $j("a[rel='galeria']").colorbox(); $j(".zadajpytanie").colorbox({width:"500px", height:"440px", iframe:true}); });