Passing form data to controller using AJAX and jquery with Codeigniter
问题 I am trying to post the data from this form into the database. I have tried some tutorials with no success. Here is my code. Any ideas? View: <form method="post" name="myForm1" id="myForm1" enctype="multipart/form-data" > Email: <input type="text" name="email" id="email"> Question: <input type="text" name="qText" id="qText"> <input id="submitbutton" type="submit"> </form> AJAX (in the view, right below the form) <script type='text/javascript' language='javascript'> $("#submitbutton").click