Hi friends,
I'm wondering what is the best way to go about validating my forms with both php and ajax.
For example, I want to use the form_validation library but also jquery such that the page doesn't require a refresh or redirect.
How best to do this what is best practice?
This question also extends to using jquery in general with codeigniter...