$(document).ready(function(){ $('.kkcount-down').kkcountdown({ dayText : '', daysText : 'dnĂ­(y)', hoursText : 'hodin', minutesText : 'minut', secondsText : 'sekund', displayZeroDays : false, callback : test, addClass : '' }); $('.close_ok' ).live( 'click' , function (){ $('#hlaska_ok').hide(); }); }); function test(){ console.log('KONIEC'); }