Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to hide/unhide label in IE
Message
 
To
09/12/2015 10:37:02
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01628643
Message ID:
01628736
Views:
51
>yet another question:
>I would like to mask a data entry and I found this at http://digitalbush.com/projects/
>
>
>
><script src="jquery.js" type="text/javascript"></script>
><script src="jquery.maskedinput.js" type="text/javascript"></script>
>Next, call the mask function for those items you wish to have masked.
>jQuery(function($){
>   $("#date").mask("99/99/9999",{placeholder:"mm/dd/yyyy"});
>   $("#phone").mask("(999) 999-9999");
>   $("#tin").mask("99-9999999");
>   $("#ssn").mask("999-99-9999");
>});
>
>
>but I have no idea what to do with it.
>how does on hook this up in html
>
>ps: forgive me I am brand new to this js stuff
>
>P


$("#date") is equal to document.getElementById("date")

but for mask you should down;oad and use jQuery plugin
https://igorescobar.github.io/jQuery-Mask-Plugin/
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform