Django get comment without page refresh using jQuery Ajax #1

preview_player
Показать описание
To get comment after save without page refresh in Django you will have to:
1. Create the HTML file for saving your comments
2. Add a div to collect the comments
3. Add the required jQuery code to save data and get data

Рекомендации по теме
Комментарии
Автор

That's cool. I guess I can implement this in my project

vibtechghana