how to check email exist with Jquery and ajax? |
[eluser]Kency[/eluser]
Hi everybody i try to check email exists with Jquery and codeigniter but i can't do it my jquery code Code: //check email and my controller Code: public function checkemail($email){ and my model Code: function checkusername($username) my view: Code: <div class="formRow"> and my problem is when i enter email address into text field, it just show preloader and it can't check email exist or not i know codeigniter prevent @ in uri (because my code will show uri like admin/user/checkemail/[email protected]) but i try to use another way, but it not work too i change my code to Code: $('#email').blur(function(){ my controller Code: public function checkemail(){ but i got no result and preloading still load @.@ please help me! |
Messages In This Thread |
how to check email exist with Jquery and ajax? - by El Forum - 05-19-2012, 03:23 AM
how to check email exist with Jquery and ajax? - by El Forum - 05-19-2012, 07:12 AM
how to check email exist with Jquery and ajax? - by El Forum - 05-19-2012, 11:35 AM
how to check email exist with Jquery and ajax? - by El Forum - 05-19-2012, 12:18 PM
how to check email exist with Jquery and ajax? - by El Forum - 05-22-2012, 06:04 AM
how to check email exist with Jquery and ajax? - by El Forum - 05-23-2012, 04:36 AM
|