$('#myTable tr');

HTH

Alex


On Thu, Oct 16, 2008 at 12:59 AM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

>
> Here you go. I am looking for a general solution.
>
> -jl
>
> <table id="myTable">
> <tr id="myTable_row_0">
> <td></td>
> </tr>
> <tr id="myTable_row_1">
> <td></td>
> </tr>
> </table>
>
> On Oct 15, 3:32 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> > 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