On Aug 3, 2006, at 10:12 AM, elio wrote:

> Hi group,
>
> a simple question:
>
> this doen't work:
>
> $("node").getElementsByTagAndClassName("UL");
>
> what do you use to look for tags inside an element?

It's not a method, it's a function:

   getElementsByTagAndClassName("UL", null, "node")

You'll need to pass in null for the class name argument.

Zac



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to