[jQuery] Re: Accessing value of a dynamic added input

2010-01-10 Thread -null-
Went back and double checked all the code. You were right about it being some other issue Brian, there was some other jquery removing the form element just before I was trying to get the value from it. Thanks

[jQuery] Re: Accessing value of a dynamic added input

2010-01-09 Thread -null-
The $(this).val() line does work, it's the line before I'm having trouble with. Before the select there is a hidden input that I also need the value of but no matter what selector I've tried matchup is always undefined.