Using Javascript, how can I access a specific edge of a string? Javascript (not jQuery, please).
for example: second <TD> of <TR> , where ID = id33322010100167
<table> <tr id="id33322010100167"> <td>20101001</td> <td>918</td> <td>919</td> <td>67</td> <td>CAR PROBLEM</td> </tr> <tr id="id33322010100169"> <td>20102001</td> <td>913</td> <td>914</td> <td>62</td> <td>LUNCHTIME</td> </tr> <table>
javascript html-table row
robert
source share