On 6/15/07, hotani <[EMAIL PROTECTED]> wrote:
>
> And here is a real working example in all its glory:
>
> appendChildNodes($('id'), OPTION({'value':val}, txt));
>
> where 'val' is an id from the database and 'txt' is its description.

You rarely ever need to use $(...) in combination with MochiKit
functions, appendChildNodes('id', OPTION({'value': val}, txt)); works
too.

-bob

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to