Upgraded jquery to 1.4.2. Now project doesn't find jquery
Posted
by Jova
on Stack Overflow
See other posts from Stack Overflow
or by Jova
Published on 2010-04-14T12:13:44Z
Indexed on
2010/04/17
2:33 UTC
Read the original article
Hit count: 236
I have a C# ASP.NET MVC application which has been using jquery 1.3.2 in VS2008 environment.
I decided to upgrade to 1.4.2 and added the file to my project. Changed the reference in my masterpage header to the new version. But now nothing works, it's like it can't find the jquery library.
What could be wrong?
© Stack Overflow or respective owner