Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

jQWidgets jqxMaskedInput Complete Reference

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

The jqxMaskedInput widget represents a jQuery input widget that uses a mask to distinguish between proper and improper user input. You can define phone number, SSN, zip code, dates, etc. masks by setting the jqxMaskedInput mask property. Mask is defined by a format made up of mask literals and masks definitions. Mask literals will be automatically entered for the user when they type and will not be able to be removed by the user. The following mask definitions are:

  • Alphabetical – Represents an alpha character (A-Z, a-z)
  • Numbers – Represents a numeric character (0-9)
  • Symbol – Represents an alphanumeric character (A-Z, a-z, 0-9)

Properties:

Events:

Methods:

My Personal Notes arrow_drop_up
Last Updated : 05 Dec, 2022
Like Article
Save Article
Similar Reads
Related Tutorials