How do I get the text from a textbox into a variable that is being sent through an AJAX 'POST' request? – Jquery ajax
I want the text from the 'txtDATE' textbox into the variable press_date. The current AJAX post is working perfectly. (except that it's static and I want the variable). I have been searching for answers and trying everything all day. Any…