I got the input value in Ajax using the id attribute. We need to get the input value because we want to grab whatever is it that we are typing into the input.
Hi Desphixs, I really enjoyed your tutorial and followed every step I could see you doing. But it didn't work for me, something I missed. I went looking for the code you shared and I didn't find it. Then I saw that some people asked you for the code, but that was a year ago. Is there a possibility that you share it now? Thank you very much my friend!
Thanks i'm happy that you liked the videos. TBH, after making the tutorial i lost almost all the files on my PC and unfortunately, i have not commited it to github then. I'll create the HTML files and upload it again.
I'm really very grateful for such an informative and relatively short video on this topic)
your work is worth it, keep going, man!
So nice of you
Wow! worked fine, thanks destiny
You're welcome!
it was really easily to understand, thank you very much!
Glad to help, thanks ❤️
fast and useful. thnx
You're welcome!
Thank you for making this very clear, great tutorial!
Happy to help ❤️
Thank you!
Thanks for the tutorial bro, exactly what i needed
You’re welcome, hope you enjoyed it.
Excellent presentation
Great content!!... What's the name of the extension you use to auto fill the form??
Thanks alot bro
The extension is called fake-filler
Really helpful for beginners to Ajax, thank you
You're very welcome! Glad it was helpful
Great, easily understandable.
Thanks alot brother ❤️
Good day bro. Great tuts, simple and very understandable.
Thank you very much, I appreciate your comment ❤️
Can you also pass in password fields through AJAX or is that not secure?
Great video!
Can you make a video of how to do CRUD using django + ajax?
I thought about that too, sure I'd make a video pal
Great Tutorial and well explain , but how do i clear the input form from the ajax after submission?
You're welcome
You can Reset Ajax forms using the reset () method.
Brother where did you get the "input name" in the ajax? What is the purpose? Thanks
I got the input value in Ajax using the id attribute. We need to get the input value because we want to grab whatever is it that we are typing into the input.
very good
Thanks I'm happy you like it
@@desphixs tnx
great ,
can you do a tutorial in django on how to edit/update HTML tables without page refresh , something a bit similar to EXCEL-Like data entry
Okay sure, I'd look into that ❤️
Brother is applicable using my modalform?
Yes it is
Thank you for this tutorial. Where I got stuck: Don't load jQuery in slim minified version via CDN; it takes out AJAX! 🙄🙂
Hi Desphixs, I really enjoyed your tutorial and followed every step I could see you doing. But it didn't work for me, something I missed. I went looking for the code you shared and I didn't find it. Then I saw that some people asked you for the code, but that was a year ago. Is there a possibility that you share it now? Thank you very much my friend!
Thanks i'm happy that you liked the videos.
TBH, after making the tutorial i lost almost all the files on my PC and unfortunately, i have not commited it to github then.
I'll create the HTML files and upload it again.
@@desphixs Thank you very much for your attention. This code will really help me a lot. Thank you in advance.
Quick question: why is there no method = "POST"?
We’re using Ajax, so we add the method using Ajax instead of the Django view
@@desphixs You’re using Ajax? You poor thing. How’s your sanity? 😂
How can I get ajax cdn ?
Just search jqeury cdn on your favorite search engine 🙂
Can you please provide the source code for index.html....
Please add the source code for this video.
Okay, I'll upload it
hi, you have not shared source code, for me it is giving lot of errors. kindly share the source code
As soon as I find the source code I'll upload it for you, but what's error are you getting, let's debug it together
kindly share code
Okay
@@desphixs i am waiting for ur code
Yes where is the code?? I didn't see it in description😢
jquery.min.js:2 POST 127.0.0.1:8000/create 500 (Internal Server Error).
its showing this error. How to fix it..?
make sure that you are adding the jquery cdn at the head to be able to use jquery in the document
Thanks mate this was very helpful for understanding Ajax!
I am happy to help.