File: fixed_chars

package info (click to toggle)
jquery-goodies 12-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,376 kB
  • sloc: xml: 308; makefile: 82; php: 48; sql: 39
file content (8 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
/*
By default meiomask haves some fixed characters that can be used
to make the masks. You can change the regular expression that matches
the fixed chars by changing the ‘fixedChars’ string.
The default one is shown bellow:
*/

$.mask.fixedChars = '[(),.:/ -]';