Create A New Record With Ajax

I have a simple mvc generated with gii.

I would like to create a record(after click the button create) without leaving the page _form.php, and keep all the values in the form fields?

What is the best way to achieve this please?

Thank you!