Jump to content

Validation of email using jquery


Deepthi.icon

Recommended Posts

Emails can have numbers in them on either site of the @. If you want to make sure the email is a valid one, you should send a validation link to the email, like many sites do.

 

One of my favorite sites is 0to255.com. Their email would be [email protected], and you are going to reject a valid email.

Emails can have numbers in them on either site of the @. If you want to make sure the email is a valid one, you should send a validation link to the email, like many sites do.

 

One of my favorite sites is 0to255.com. Their email would be [email protected], and you are going to reject a valid email.

 

That site is awesome, especially since I have a hard time matching socks. Just bookmarked it.

 

I am doing validations using j query.After '@' i don't want accept numbers.When user enter the numbers i want to replace that number.How to do that.Give some suggestions.

 

You should look into ".replace", it's a native js function and it takes a regular expression as an argument. Regular expressions aren't exactly known for quick processing or ease of interpretation, but they are a very powerful and effective tool.

 

.replace function() - http://www.w3schools.com/jsref/jsref_replace.asp

regular expressions - http://www.javascriptkit.com/javatutors/redev2.shtml

Emails can have numbers in them on either site of the @. If you want to make sure the email is a valid one, you should send a validation link to the email, like many sites do.

 

One of my favorite sites is 0to255.com. Their email would be [email protected], and you are going to reject a valid email.

 

That site is awesome, especially since I have a hard time matching socks. Just bookmarked it.

 

Okay you have to explain this to me --- socks? I'm so confused!

Emails can have numbers in them on either site of the @. If you want to make sure the email is a valid one, you should send a validation link to the email, like many sites do.

 

One of my favorite sites is 0to255.com. Their email would be [email protected], and you are going to reject a valid email.

 

That site is awesome, especially since I have a hard time matching socks. Just bookmarked it.

 

Okay you have to explain this to me --- socks? I'm so confused!

 

I'm unskilled at matching colors. haha

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.