how to strip special characters with jQuery form validation!
JQuery form validation – How to remove special characters!
i was using a jquery form validation plugin and it was so easy in validating a form. I was stuck in a scenario where i want users to register userID and i dont want them to enter special characters like dots and just want them to enter alphabets, number and underscore in the username.
I went through the documentation of the plugin and there was no such methods to strip the special …

