Home » Howto & Style » jQuery Ajax Tutorial #2 - Posting data to backend (jQuery tutorial #8)

jQuery Ajax Tutorial #2 - Posting data to backend (jQuery tutorial #8)

Written By LearnCode.academy on Thursday, Jun 19, 2014 | 02:00 PM

 
Free RESTful API to use for practice!: http://rest.learncode.academy/ In this jQuery AJAX Tutorial for beginners, we're going to be adding new data to our backend server with the jQuery ajax post method. jQuery ajax post allows us to send data for the backend to save. When the backend is setup in a RESTful way, it will return our successful post along with an ID and any other information it created for us when it saved the information. We'll use this information to display our new post to our user. Lesson #1: jQuery Tutorial for Beginners https://www.youtube.com/watch?v=hMxGhHNOkCU Lesson #2: Listen to user events and respond with jQuery actions! https://www.youtube.com/watch?v=G-POtu9J-m4 Lesson #3: Clean up the jQuery by putting some data in the HTML https://www.youtube.com/watch?v=Cc3K2jDdKTo Lesson #4: "DOM Traversal" with jQuery https://www.youtube.com/watch?v=LYKRkHSLE2E Lesson #5: Building a jQuery Tab Panel Widget https://www.youtube.com/watch?v=1nWrIBB_bMA Lesson #6: Building a jQuery Slider / DOM Caching https://www.youtube.com/watch?v=KkzVFB3Ba_o Lesson #7: JQuery Ajax tutorial #1 https://www.youtube.com/watch?v=fEYx8dQr_cQ -~-~~-~~~-~~-~- Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device" https://www.youtube.com/watch?v=fgOO9YUFlGI -~-~~-~~~-~~-~-