My table is as follows:
<table id='demoTable'> <tr> <td>8: Tap on APN and Enter <B>www</B>. <INPUT id=h150000000000000109743 class=hid value="test value" type=hidden> <INPUT id=h250000000000000109743 class=hid1 value="26,222,98,10,50000000000000109744,T,~25,221,99,10,,T,www" type="hidden"> </td> </tr> </table>
I want to change only text 8: Tap on APN and Enter <B>www</B>.
no effect on hidden fields
I'm trying jQuery but can't find a solution
function changeText() { $("#demoTable td").each(function () { for (var i = 0; i < $(this).children.length; i++) { alert($(this).children(i).val()); }
jquery html
शेखर Dec 11 2018-12-12T00: 00Z
source share