|
Get values of previously generated input fields
Hello there,
I've got a simple question, since I'm not yet that good in understanding javascript.
It's not possible to get an input value with jQuery, when you've previously generated that input field (with value), in another function?
So schematicaly:
function 1: generate input fields with values
function 2: get values of those input fields
I know the syntax of getting the values of input fields, but I can only get values of static input fields.
If it however IS possible, can someone explain me how to do this?
Thank you.
|