Home > Net >  Asp.net quoted jqury plug-in failure
Asp.net quoted jqury plug-in failure

Time:09-27


Bundles. Add (new ScriptBundle (" ~/Index/jquery "). Include (
"~/Scripts/jquery - 1.11.1. Min. Js"));
Bundles. Add (new ScriptBundle (" ~/Index/flipster "). Include (
"~/Scripts/jquery. Flipster. Js"));

@ Scripts. Render (" ~/Index/jquery ")
@ Scripts. Render (" ~/Index/flipster ")

CodePudding user response:

Take a look at your Scripts directory have corresponding js file

CodePudding user response:

See if debug path is wrong, file exists

CodePudding user response:

This reference after deployment IIS does not support on some computers, still didn't find the reason, for & lt; script> Label reference is good, I also had a loss, how to adjust all adjust bad, finally this problem

CodePudding user response:


I also met, before I use layui, @ Scripts. Render reference, deploy the iis, page f12 see all documents didn't refer to come in, then directly & lt; script> Was no problem
  • Related