Hi Guys,
I managed to get the innerHTML of a cell value in a table and it looks like this:
<input value="1234" type="pass">
How do I just get the value "1234" from the above HTML?
I managed to get the innerHTML of a cell value in a table and it looks like this:
<input value="1234" type="pass">
How do I just get the value "1234" from the above HTML?
Comment