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 whatever@0to255.com, and you are going to reject a valid email.

Link to comment
Share on other sites

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 whatever@0to255.com, 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

Link to comment
Share on other sites

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 whatever@0to255.com, 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!

Link to comment
Share on other sites

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 whatever@0to255.com, 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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.