178297/email-validation-using-jquery
The jQuery is still javascript so use the old regular javascript:
function isEmail(email) { var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/; return regex.test(email); }
I hope this helps.
Hii, Add a alias in webpack config: resolve: { ...READ MORE
Hello @kartik, There are three options: If script is the last ...READ MORE
Hello @kartik, Assuming you have a button with ...READ MORE
Hello @kartik, Use children() and each(), you can optionally pass a ...READ MORE
Hello @kartik, Got the fix in css. td.disabledAnchor a{ ...READ MORE
Download PDF file with button click using ...READ MORE
You can use regular old javascript for ...READ MORE
SES has a mechanism to handle bounces ...READ MORE
Bind a function to the submit event of the ...READ MORE
This is the best and the most ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.