Hey,
I am using jQuery on my site and i have a update section on my project and I have three dropdowns:
- Completed?
- Hours Worked
- Who worked on this project?
I am trying to create an ajax call using jQuery to when I select it, call a $.ajax() and send the data to my php page to update my mysql database.
I am guessing I could do this:
Get the data in the select and store in a variable, and send it as data using $.ajax, but I am not sure how I would CAPTURE the value after you select and then run the ajax?
Any suggestions?
Thanks,
Ryan