[jQuery] Problem with events
Hi,
I would like to execute instructions after an event has been fired and
processed:
$('#int').click(); // I fire click event, callback function will be executed
// Execute other instructions after the callback fct of the click event has
been processed
The problem is, how do I know when the callback function has been processed
?
Thank you for any tips !
--
View this message in context: http://www.nabble.com/Problem-with-events-tp20238073s27240p20238073.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.