anvoz / CodeIgniter-Skeleton

A decent starter for most web apps. Includes HMVC, jQuery, Bootstrap, Bootstrap TLDR, Ajax and Template libraries. Unit tests with PHPUnit and vfsStream.
Other
157 stars 100 forks source link

Clear form element after async submit #26

Open simonjcarr opened 7 years ago

simonjcarr commented 7 years ago

After submit a form with async, the values are left in the form. Any ideas on how to clear the form after submiting.