ok i added a click handler to the callback 'callbackOnStart':function(){ $('.target').click(function(){$(this).css ({'visibility': 'hidden'}); });
but when clicked on the first time it does nothing but any time after that it work as intended
ok i added a click handler to the callback 'callbackOnStart':function(){ $('.target').click(function(){$(this).css ({'visibility': 'hidden'}); });
but when clicked on the first time it does nothing but any time after that it work as intended