i'm working since a couple of days with jquery, i think it's great. But now i have a problem and couldn't solve it so far.
I want to get the value of an input field, i know that that it should work with var firstName1 = $("FIRST_NAME1_").val(); but it didn't!
To set the value with $("#FIRST_NAME1").val(theFirstName); is working fine, but the way reverse not.
Has anybody an idea how i could solve this problem?
Thanks,
Uli
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
