jQuery Ajax Tutorial #4 - “Edit“ modes & Better Templating (jQuery tutorial #9)

Free RESTful API to use for practice!: In this jQuery Tutorial, we’re finishing up our single-page ajax application by making an edit mode and enhancing our templating. We’ve been using a RESTful API so far, so to edit a resource in a standard way, we will just make a PUT request to /api/orders/{id} to update it. jQuery AJAX is simple, powerful, and can take your javascript code to a higher level when used properly. Lesson #1: jQuery Tutorial for Beginners
Back to Top