var password = $('#password');
//will check word disgit and mention special character in the password
var re = new RegExp("[!@#\$\%\^&\*\w\d]*");
if(!re.test(password))
alert("No special...
|
Search:Type: Posts; User: tonysharma Search: Search took 0.01 seconds.
Results 1 to 1 of 1
|
|