Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to hide/unhide label in IE
Message
De
10/12/2015 11:00:00
 
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:
01628795
Vues:
47
it doesnt do anything in the display or what it sends back to server
see attachment



>This plugin works that way.
>Start typing.
>
>
>>I am running your code but changes the src to fullpath
>>
>>but it does not use the mask or default
>>
>>what am I doing wrong?
>>
>>
>>>I downloaded jquery.mask plugin from
>>>https://github.com/igorescobar/jQuery-Mask-Plugin/archive/master.zip
>>>
>>>
>>><!DOCTYPE html>
>>><html>
>>><head>
>>>    <script src="jquery-2.1.4.js"></script>
>>>    <script src="jquery.mask.js"></script>
>>>    <script>
>>>    jQuery(document).ready(function($) {
>>>        $("#date").mask("00/00/0000");
>>>        $("#date").val("12/09/2015");
>>>    });
>>>    </script>
>>></head>
>>><body>
>>>    <form>
>>>        <label for="date">Date</label>
>>>        <input type="text" name="date" id="date"/>
>>>    </form>
>>></body>
>>></html>
>>>
Peter Cortiel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform