Submit AJAX Forms with jQuery and Flask

preview_player
Показать описание
This video demonstrates how to submit forms without refreshing using jQuery's AJAX function and a Flask backend.

WORK WITH ME👇🏼

✅ Implement features and fix bugs in your app: Live, one-on-one screenshare

💻 Code written in video
Рекомендации по теме
Комментарии
Автор

This video is so helpful. In the last few years, I've kept coming back, to reference this code, for different projects I'm always working on.

freshhb
Автор

This is exactly what I was looking for. Simple yet filled with the details to extrapolate on any size project.

roccosorma
Автор

As a python programmer that has never touched JS this was great, thanks for writing and explaining the JS code well.

hfail
Автор

Thanks a lot dude, the other videos were so confusing to understand but you gave a good explanation and a neat demonstration. Thanks again!

rahulm
Автор

Thank you! This is the solution to my problem. I've been searching for an example like this, for the last 2 days :)

freshhb
Автор

THANK YOU! I was looking for a tutorial on how to do this for the longest time, and this was very informative, well put together, and most importantly of all, it worked!

TheMarzukr
Автор

Just what I was looking for !!
Thanks for the video

wimrotor
Автор

So happy to see this. Just what i have been looking for months. Thank You anthony

umarzakari
Автор

This is just what I needed! It was beautifully explained. You earned yourself a subscriber. Keep up the good work. I checked out your website and you're like what Daniel Kehoe is to Rails to Flask. We need someone like that. You need to get yourself more recognition by being on Udemy! Regardless, I will try out your two free courses and then purchase the rest :)

idensoneltume
Автор

it's precise for newbies like me! Thank john!

shanksharma
Автор

Needed this information...and Pretty Printed was there for me. THX!!

galanu
Автор

Hey, how to pass a parameter to the url when a button is clicked?

shreyaiyer
Автор

I have a Dynamic table generated. Now on clicking the checkbox of few rows in the table, i need to peform a refresh so that those selected rows are deleted from the UI..so i am not sure how to go with this..

creator
Автор

Hey pretty printed I am doing the same thing in my project but data is submitted into the database but the alert is not printing only the returned value from the server is printing on the white page in the browser.

Ak_leafy
Автор

Thanks for the video.
Which frontend works best with flask backend vue.js or jQuery?

arvindrao
Автор

Don't know why but the code is not working in my case

FullStackArtist
Автор

Honestly, as a beginner to Flask I have been banging my head for quite a while now with AJAX calls and JS. This was incredibly straightforward and put together. Just one question, how could I do this without the form, say a button would send data from python to js?

adwitrahman
Автор

Could u make something like percentage progress bar till python script loaded in flask?

drcmyway
Автор

Hi, is it possible to pass down the entire form data into the ajax data param? My form consists of 50+ checkboxes which I would like saved on submit, or cleared.

pandasd
Автор

Thanks for the excellent tutorial! Well done :)

OrientalMelodies