Can't get to nested table
Hi everyone,
I develop pages within a third party web application. The page output has tables within tables. I have an 'id' for the table I want, 'oErrorsList' which I then want to find the value of 'SelectedRowID'. I have tried the following code but I get nothing.
- var myTable.text = $('table').filter('[id=oErrorsList]').SelectedRowID;
alert(myTable);
I am new to this forum and I don't know if this is enough information so I am including an image of part of the page. Thanks very much for any help given.
