need help with jquery ajax form field valiation against database
Hi,
I had a form element like this
<input type="text" value="" name="myid" id="id"/>
this input coming from database and there i no wy to add onblur evnt.
so i thought of using jquery blur event.
I need help in that when user enters his id like cf1234 of length six then onblur event hs to fire and check that id entered with database value.
if record foung in database i have to alert user id is valid and if not alert user with id not valid and stop form submit.
dO WE HaVE ANY EXAMPLE THAT HELPS.
Appreciate your help.
Thanks
