Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to hide/unhide label in IE
Message
From
10/12/2015 09:03:37
 
 
To
10/12/2015 09:00:33
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:
01628784
Views:
45
I have full path
 <script src="E:\VAPPS\VAPPWH\VCMC\JQUERY.JS"></script>
 <script src="E:\VAPPS\VAPPWH\VCMC\jquery.mask.js" type="text/javascript"></script>   
i dont get an error it just does not act as I expect like __/__/____
so users don have to enter the / character



>you probably need to adjust
>
>src="jquery-2.1.4.js"
>src="jquery.mask.js"
>
>to the location relative to where your html file sits, eg
>
>src="scripts/jquery-2.1.4.js"
>
>
>
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform