Hi Stefan, If you're just starting out with Prototype, it's well worth your time reading through the API docs from beginning to end. It'll take 1-2 hours, and it will save you far more time than that as you continue your work. The API docs are here: http://prototypejs.org/api
$() is for select elements by *ID*. If you want to look for them using CSS selectors, $$() will look starting at the document level, or Element.select() will look within a given element. http://prototypejs.org/api/utility/dollar http://prototypejs.org/api/utility/dollar-dollar http://prototypejs.org/api/element/select HTH, -- T.J. Crowder tj / crowder software /com On Oct 25, 10:13 pm, Stefan <[EMAIL PROTECTED]> wrote: > Hello, > > how can i get the subelements? > > i have something like this > > $('mydiv').$('mydiv2').$(mydiv3').innerHTML > > that dosent work. How can i get this values ? > > and how can i irretate all divs in a parent div? > > thanks for help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---