jquery post codeigniter validation

前端 未结 2 455
无人及你
无人及你 2021-01-15 09:24

We are using jquery to .load() a form into a div

We then use jquery to .post() that form to a codeigniter controller ie /app/post

We then want Codeigniter to

2条回答
  •  悲哀的现实
    2021-01-15 10:11

    Store the validation messages in sessions from your controller and then show them on the corresponding view/page but if all validation is done correctly by the user the you should destroy the session again.

提交回复
热议问题