[jQuery] Re: Accessing value of a dynamic added input
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
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.