Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inputmask for mmTextbox
Message
De
28/07/2010 19:18:38
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
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:
01474374
Vues:
29
>Note: this doesn't work when you're in debug mode, as I just found out. Also, dragging didn't give me a relative reference, just js\jquery.js
>
>Eric
>
>>Frank, if you just remove the reference to the script and then drag it from the solution explorer back onto the page it should be added correctly. If you don't have the script showing in your project then I would add it maybe under a folder called Scripts or something. My guess is you need the path to be a tilde and then a forward slash before the file name plus any folder names.
>>
>>"~/Scripts/jquery.maskediput.js"
>>
>>the tilde references the root of your application for you.
>>Tim
>>

I never realized that didn't work in dev mode. However if he would just drag the file from the solution explorer it would look like this one I just drug onto my form.
 <script src="../Scripts/jquery.scrollTo.js" type="text/javascript"></script>
Notice there are two dots before the front slash and the folder name. If he drags it, that should create an appropriate path.
Tim
Timothy Bryan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform