Click here to Skip to main content
15,914,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a web form application ,in which have different form to get user data.i have used regex in the input form simply as validation expression.But i want to check user input and quick response him about his input data that what is to add and check the input for not empty using ajax ,my fields label are ,name (just alphabet and space),rollno(digits+/ ) ,phone no etc
Posted
Comments
RaisKazi 25-Sep-14 16:33pm    
Making Ajax call to check blank input makes no sense at all. I recommend you to learn and use AngularJs for your validations. And off course for regex validations Google is your friend.

1 solution

 
Share this answer
 
Comments
Sajid227 29-Sep-14 15:17pm    
I WANT that as user enter the data jquery checked it and display error or successful message

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900