Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. <script src="/Content/js?v=N2f3Y-Z24wBpC67A34qPxjK1CR3eY83Yijs13VtHOwI1"></script>
  2.  
  3. Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:53608/Content/js/
  4.  
  5. @Styles.Render("~/Content/css")
  6. @Scripts.Render("~/Content/js")
  7. @Scripts.Render("~/bundles/jquery")
  8.  
  9. bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
  10. "~/Scripts/jquery-1.9.1.js",//(tried other numbers as well)
  11. "~/Scripts/jquery-ui-1.10.4.js",
  12. "~/Scripts/jquery.unobtrusive*",
  13. "~/Scripts/jquery.validate*",
  14. "~/Scripts/modernizr-*",
  15. "~/Scripts/itpoverlay.js"
  16. ));
  17.  
  18. bundles.Add(new StyleBundle("~/Content/css").
  19. Include("~/Content/bootstrap.css",
  20. //"~/Content/ie.css",
  21. "~/Content/kwicks-slider.css",
  22. "~/Content/style.css",
  23. "~/Content/custom.css",
  24. "~/Content/responsive.css",
  25. "~/Content/touchTouch.css"));
  26.  
  27. bundles.Add(new ScriptBundle("~/Content/js").Include(
  28. "~/Content/js/bootstrap.js",
  29. "~/Content/js/forms.js",
  30. "~/Content/js/jquery.easing.1.3.js",
  31. "~/Content/js/jquery.flexslider-min.js",
  32. "~/Content/js/jquery.kwicks-1.5.1.js",
  33. "~/Content/js/jquery.preloader.js",
  34. "~/Content/js/superfish.js",
  35. "~/Content/js/jquery.js",//(default bundle v1.8.1)
  36. "~/Content/js/touchTouch.jquery.js"));
  37. BundleTable.EnableOptimizations = true;
  38.  
  39. /// <reference path="jquery-1.9.1.js" />
  40. /// <reference path="jquery-ui-1.10.4.js" />
  41. /// <reference path="jquery.unobtrusive-ajax.js" />
  42. /// <reference path="jquery.validate.js" />
  43. /// <reference path="jquery.validate.unobtrusive.js" />
  44. /// <reference path="knockout-2.1.0.debug.js" />
  45. /// <reference path="modernizr-2.5.3.js" />
  46.  
  47. <link href="/Content/css?v=NASaW-JeM0CkSMQIcoasDpn9k7bKaEK07c7WakA1Y0k1" rel="stylesheet"/>
  48. <script src="/Content/js?v=N2f3Y-Z24wBpC67A34qPxjK1CR3eY83Yijs13VtHOwI1"></script>
  49. <script src="/bundles/jquery?v=VwkJeyosUZnIv9pTtkEir1OOQCcR7BXo1RW8kdleacU1"></script>
  50.  
  51. Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:53608/Content/js/
  52. Uncaught TypeError: Object [object Object] has no method 'live' jquery?v=VwkJeyosUZnIv9pTtkEir1OOQCcR7BXo1RW8kdleacU1:1
  53. Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:53608/js/jquery.preloader.js
  54.  
  55. https://api.jquery.com/live/
  56.  
  57. http://blog.jquery.com/2013/05/08/jquery-migrate-1-2-1-released/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement