Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Hadi Farhat
Hadi Farhat
10,678 Points

How to use AJAX/jQuery with Django?

I want the user to submit a form without leaving or refreshing the page. I have researched over the internet and found out that jQuery/AJAX makes this very easy.

Now what I thought about is retrieving the form data using jQuery, updating the required model and sending a success message to the user. All of that needs to be done without refreshing the page.

I'm new to the AJAX world but I'm pretty comfortable with Django (at least when it comes to forms)