I want to show value in dynamically created textbox on edit button | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to show value in dynamically created textbox on edit button

there is a table that shows the values after submission and therr is a edit button in table that fills back all the values in form, and i want to show dynamically boxes values in that. there is a append boxes of address and i want to show value in that when i click on edit button in table

5th Jul 2018, 3:07 PM
sakshi Bissa
sakshi Bissa - avatar
2 Answers
0
you can get that row,column by JS when you want changes to be save var cell= getelementbyID (that specific column); cell.text="newtext";
7th Jul 2018, 12:21 AM
Azam
Azam - avatar
0
here are urdu lectures for JS see part 8 9 10 I hope You'll get answer. https://www.youtube.com/playlist?list=PL0kdOcU3HXGKxVR0NAIsEMz4rGqOlVTy7
7th Jul 2018, 12:25 AM
Azam
Azam - avatar