[jQuery] Re: How to Clean Up Asynch Code

2009-08-21 Thread finneycanhelp
Thank you. I appreciate the insight. Using an event driven / call back approach does seem like the best way to go. On Aug 16, 1:58 pm, Ricardo wrote: > Yes you should. > > cheers, > ricardo > > On Aug 15, 10:46 pm, finneycanhelp wrote: > > > > > // what's a clean way to populate a list asynchro

[jQuery] Re: How to Clean Up Asynch Code

2009-08-16 Thread Ricardo
Yes you should. cheers, ricardo On Aug 15, 10:46 pm, finneycanhelp wrote: > // what's a clean way to populate a list asynchronously and then > compare the number of items in the list to a count? > > $(function() { >         populateList(); // this is an asynch call using $get - so the next > li