I'm not sure why the following wouldn't be working. I am getting a blank string when I attempt to retrieve the text from the FirstName textbox in my HTML. The DIV is currently hidden, would that make any difference? Any ideas?
jQuery:
$.ajax({ url: 'go.aspx?FirstName=' + $("#FirstName").text()});
HTML:
<input name="FirstName" type="text" id="FirstName" style="width:240px;" />