Check to see if you forgot the quotations wrapping the selector:

$("table#myTable > tr") instead of
$( table#myTable > tr )

-----Mensagem Original----- De: "MorningZ" <[EMAIL PROTECTED]>
Para: "jQuery (English)" <jquery-en@googlegroups.com>
Enviada em: quarta-feira, 15 de outubro de 2008 20:32
Assunto: [jQuery] Re: JQuery to select rows inside a particular table



Show a snip of HTML for the table would be of great help for others to
help you


On Oct 15, 5:53 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
I am creating a series of tables and would like to be able to grab all
the rows inside of a particular table.

I tried" $( table#myTable > tr ) with no avail. I am still new to
JQuery so please forgive me if I am missing something obvious.

-jl

Reply via email to