StephenXie / ProjectAlpha

Interactive website for mini-projects built with Django
https://www.stephenxie.com/
GNU General Public License v3.0
7 stars 1 forks source link

Live update using Ajax #36

Closed StephenXie closed 3 years ago

StephenXie commented 3 years ago

Using Ajax to update the page without refreshing it. Helps user save their entered information and does not require retyping. Could be implemented by adding js scripts in the html template.

StephenXie commented 3 years ago

Resources

StephenXie commented 3 years ago

DONE!