[jQuery] Accessing form fields within Thickbox via main page

[jQuery] Accessing form fields within Thickbox via main page


I am sure I am doing something stupid...
I have a form with fields inside a hidden div. I have a TB_inline
link that opens up a Thickbox with this hidden form. I have a save
button at the bottom that when clicked calls a .ajax() function for
posting to the server. The problem is that the first time I enter
data and try to save...nothing is posted to the server (actually the
page thinks that all the values are empty). If I close the pop-up and
relaunch it again...it then recognizes there is data.
Anyone have any ideas as to what might be the problem?
Thanks!