Link to home
Start Free TrialLog in
Avatar of FrogBoyPlaysHorn
FrogBoyPlaysHorn

asked on

Getting Started with jQuery

<head runat="server">
    <title>ScoreCard Tab1</title>
    <link href="Stylesheet_All.css" rel="stylesheet" type="text/css" />
    <script src="Scripts/jquery-1.7.js" type="text/javascript"></script>
</head>

I downloaded jQuery and copied into my web app.
However, I am getting a message that the file can't be found.
What am I missing?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Lukasz Chmielewski
Lukasz Chmielewski
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
... and try NOT tu use uppercase letters, just lowercase.