yep jQuery is was not enabled.
because of this "~":
change it to this:Code:<script src="~/Scripts/jquery-1.4.1.js" type="text/javascript" />
you can use the "~" sign only when using ASP.NET controls that has runat="server" attributeCode:<script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
otherwise just use the slash "/" has the web directory




If you Like it 
Reply With Quote