Codeigniter AJAX email validation
问题 After completing a php form using CI and the email class, i am able to receive html emails with the users data included-great. Now, as well as the CI validation, i would like to include client side validation (AJAX) with a nice fadeIn or fadeOut effect and still have CI validation running in case javascript is turned off. The code included here is what i have achieved so far from various sources and I know this is not complete but not even sure if I'm on the right track? So far with what I