File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616 $ ( "#eyescript" ) . mask ( "~9.99 ~9.99 999" ) ;
1717 $ ( "#po" ) . mask ( "PO: aaa-999-***" ) ;
1818 $ ( "#pct" ) . mask ( "99%" ) ;
19- $ ( "#phoneAutoclearFalse" ) . mask ( "(999) 999-999-9999" , { autoclear : false } ) ;
19+ $ ( "#phoneAutoclearFalse" ) . mask ( "(999) 999-9999" , { autoclear : false } ) ;
20+ $ ( "#phoneExtAutoclearFalse" ) . mask ( "(999) 999-9999? x99999" , { autoclear : false } ) ;
2021
2122 $ ( "input" ) . blur ( function ( ) {
2223 $ ( "#info" ) . html ( "Unmasked value: " + $ ( this ) . mask ( ) ) ;
3940 < tr > < td > Eye Script</ td > < td > < input id ="eyescript " type ="text " tabindex ="6 "/> </ td > < td > ~9.99 ~9.99 999</ td > </ tr >
4041 < tr > < td > Purchase Order</ td > < td > < input id ="po " type ="text " tabindex ="6 "/> </ td > < td > aaa-999-***</ td > </ tr >
4142 < tr > < td > Percent</ td > < td > < input id ="pct " type ="text " tabindex ="6 "/> </ td > < td > 99%</ td > </ tr >
42- < tr > < td > Phone (autoclear=false)</ td > < td > < input id ="phoneAutoclearFalse " type ="text " tabindex ="6 "/> </ td > < td > 99%</ td > </ tr >
43+ < tr > < td > Phone (autoclear=false)</ td > < td > < input id ="phoneAutoclearFalse " type ="text " tabindex ="6 "/> </ td > < td > (999) 999-9999</ td > </ tr >
44+ < tr > < td > Phone + Ext (autoclear=false)</ td > < td > < input id ="phoneExtAutoclearFalse " type ="text " tabindex ="6 "/> </ td > < td > (999) 999-9999? x99999</ td > </ tr >
4345</ table >
4446< div id ="info "> </ div >
4547</ body >
You can’t perform that action at this time.
0 commit comments