Bob Ippolito wrote:
> Like most languages in common use, function calls always execute
> exactly where they are in the code. What you're doing is actually
> this:
>
> var result = change_html('target1', 'new html');
> connct('target1', 'onclick', result);
>
> That clearly is not what you want.haha yes of course! (That's a bit embarassing.) Thanks, Chris. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
