Dynamically adding input fields without JS using jQuery
Hello,
sorry if this has been asked before here. I did some research and have not found the answer here.
This is my first post as well, so sorry if I cannot explain everything properply.
I am building a website (startet learning CSS, HTM and JS a month ago) that dynamically adds input fields regarding what number the user puts in.
Nevertheless I wounder though there might be an easier solution than this JS script.
I know that somethin like
$(document).ready...
$('#id). -> then add HTML element works, but I somehow do not get it into the right loop or something.