Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to hide/unhide label in IE
Message
 
À
09/12/2015 10:37:02
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01628643
Message ID:
01628736
Vues:
49
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform