DEV Community

Umar
Umar

Posted on

autofill (jQuery) not working with dynamic added rows in HTML Form

I am trying to autofill my PHP form by retrieving data from mysql table. It works fine on one row. The problem which I am facing is that when I dynamically add new rows using Javascript, then the auto fill does not work in dynamically created row. I want to…

Top comments (0)