Hi everyone,

I am a bit stuck on this..  So, I have a layout with something like
this:

<div class="blah">blah</div>
<div class="blah">blah</div>
<div class="other_class"></div>
<div class="blah">blah</div>
<div class="blah">blah</div>
<div class="blah">blah</div>
<div class="other_class"></div>
<div class="blah">blah</div>

...  I have a function that is called when one of my '.blah' divs is
clicked, and so in that function  'this' refers the particular div..
I am trying to figure out how I can get all of the divs that are
'.blah' after 'this'...

Thank you.

-patrick
--~--~---------~--~----~------------~-------~--~----~
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 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to