[jQuery] JQuery to select rows inside a particular table
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