JQuery with MasterPage in ASP.NET
问题 I'm trying to use JQuery with some asp.net pages, that use master pages, and I'm having problems with loading the JQuery javascript file. When I include the file in the markup of the master page, it works just fine on pages that are in the same directory as the master page: <script src="jquery/jquery-1.4.2.min.js" type="text/javascript"></script> but that breaks for pages that aren't in the same directory as the master page. Master pages inherit the path of the page that includes them, so the