View Single Post
Old 11-03-2011, 07:47 PM   PM User | #1
fishbaitfood
New Coder

 
Join Date: Nov 2011
Posts: 30
Thanks: 5
Thanked 0 Times in 0 Posts
fishbaitfood is an unknown quantity at this point
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.
fishbaitfood is offline   Reply With Quote