Guys how to get the value of columns and display them in alert (); Help and I suffer in any way ((((I use jQuery
<table class="employeeTable" border="1"> <thead> <tr> <th class="employeeTableHeader" scope="col">Name</th> <th class="employeeTableHeader" scope="col">Department</th> <th class="employeeTableHeader" scope="col">Age</th> <th class="employeeTableHeader" scope="col">Salary</th> </tr> </thead> <tbody> <tr class="employeeTableOddRow"> <td> John </td> <td> Marketing </td> <td> 30 </td> <td> 2000.0 </td> </tr> <tr class="employeeTableEvenRow"> <td> Robert </td> <td> Marketing </td> <td> 35 </td> <td> 3000.0 </td> </tr> <tr class="employeeTableOddRow"> <td> Mark </td> <td> Sales </td> <td> 25 </td> <td> 2500.0 </td> </tr> <tr class="employeeTableEvenRow"> <td> Chris </td> <td> Marketing </td> <td> 33 </td> <td> 2500.0 </td> </tr> <tr class="employeeTableOddRow"> <td> Peter </td> <td> Customer Care </td> <td> 20 </td> <td> 1500.0 </td> </tr> </tbody> </table> Thank you and with the coming!
rows.lengthand all. Especially if this is the only task at all ... - Alexey Shimansky