function jBoxInit(){ $('.jbox').on('click', function() { jBox($(this)); return false; /*}).on('mouseover', function() { $(this).find('div.thumb').stop(true,false).animate({'height':$(this).find('img').height() + 'px'}, 500); }).on('mouseout', function() { $(this).find('div.thumb').stop(true,false).animate({'height':'120px'}, 500);*/ }); } function jBox(element){ //na pewno nie ma innych $('.jbox-overlay').remove(); //Tworzenie szablonu var foto = element.attr('href'), thumb = element.find('img').attr('src'), close = '
', box = '