t += '<td ><input type="text" maxlength="5" size="5" id ="text"." + i +" name="tx"/></td>';
Iam building dynamic Table with the Text boxes in each row iam looking to have the textbox id genrated with the variable i dynamically. Iam not able to get the value of variable i appended dynamically . when i try to view source +?="" +="" .?="" in the input tag.How to append the value of i to the textbox id generated dynamically
Is this what you need: