Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inputmask for mmTextbox
Message
 
À
28/07/2010 17:36:00
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01473906
Message ID:
01474362
Vues:
24
You tried putting the ./ in your code, like this?
<script type="text/javascript" src="./jquery.js"></script>
<script type="text/javascript" src="./jquery.maskedinput.js"></script>
Eric

>My folder setup is like this:
>
>
SamaanSystems (Which has my .sln file)
>|- IAS.Business
>|- IAS.Web (here is where my aspx pages are and where I put the jquery.js)
>
>I do not know which folder is the root of my application here.
>
>My actual script code is this:
>
>
    <script type="text/javascript" src="/jquery.js"></script>
>    <script type="text/javascript" src="/jquery.maskedinput.js"></script>
>    <script type="text/javascript">
>    $("document").ready()
>    {
>        $(".number").mask("999,999,999.99");  // Masks all element with the class='number'
>    }
>     </script>
>
>
>If I put the "." in front of "/" then VS can't find the files.
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform