I’ve got a table filled from database using php. When creating each line (<tr>) i’m putting it this way :
<tr onclick="selectedRow();">
I want to use the information in the table using the selectedRow() which is a javascript function.
How can i get the elements inside the tr?
Thanks.
You can loop the cells like this…