jQuery validation issue for allowed characters -


i use jquery validation in php page. specific input field set following criteria:

accept: "[a-zÀ-ú0-9.,'& -]+" 

i want allow alphanumeric characters (both lowercase , uppercase), point, comma, single quote, ampersand, blank space , hyphen.

it seems work fine, noticed characters \ (backslash) , ^ (caret) still accepted.

is jquery bug? if not, please me find out what's wrong code? thank in advance


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -