Loading JQuery in Partial View on MVC
问题 I have an ASP.NET MVC C# web application. In my layout file I have the following ajax call <li class="PriceModal"> @Ajax.ImageActionLink("/InternalDB/Content/downloadCSV.png", "Pareto", "35px", "35px", "PartialViewPriceCalculator", "PriceCalculator", new {@Pareto = "active" }, new AjaxOptions { UpdateTargetId = "PriceCalculator", InsertionMode = InsertionMode.Replace, HttpMethod = "GET"}, new { @style = "padding-top:30px" }) </li> When this Ajax link is clicked a bootstrap Modal is loaded and