I want to know that this example fires on second click not at first click, why? i am using delegate function. the example is http://jsfiddle.net/3avaG/.
I need this solution badly.
first click does not show 'ok' message, after second and so on, do as like,
Actually i want to do as like, first click do something and second click do another,
But problem is the tag in example appended by append() method when some another event occur successfully. So i need delegate() method.
first click does not show 'ok' message, after second and so on, do as like,
Actually i want to do as like, first click do something and second click do another,
But problem is the tag in example appended by append() method when some another event occur successfully. So i need delegate() method.
Thank you.