Hey all,

Using the 1.5.1.1158 gem and enjoying the class support.

Within my web page, I have the following, with 3 <div> nested inside
the main "content" <div>.

<div class="content">
   <div class="contentItem">
   </div>
   <div class="contentItem">
   </div>
   <div class="contentItem">
   </div>
</div>

How do I retrieve / act within the nth instance, i.e. the 1st, 2nd or
3rd of these "contentItem" divs?


Cheers,

Jason
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to