Just use $$("td select") and you'll get all select tags that are
children of td tags.Martin burnfield.com/martin On 7/27/06, Javier Martinez <[EMAIL PROTECTED]> wrote:
Is there a way to select objects inside an object? For example I have a <td> element with <select> fields inside. How can I select these fields if the td haven't id, but I can find it on the dom easily Is there something like the "$$" operator but without class or ids? Thanks _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
_______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
