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