Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
Infragistics jquery CDN
posted

I am working with a MVC 3 application and whenever I follow the steps in the documentation I get a 404 access denied error.

http://help.infragistics.com/NetAdvantage/jQuery/Current/CLR4.0

 

Does anyone have any advice on the proper way to access this? 

 

Thanks

 

  • 8160
    Verified Answer
    posted

    Hi jagwynn,

    try to change the links as follows:

    http://cdn-na.infragistics.com/jquery/xxxxx/yyyy/

    where xxxxx is the version number 20112 (version 11.2) and
    yyyy is number of the latest service release 2045

    <link href="@Url.Content("http://cdn-na.infragistics.com/jquery/20112/2045/themes/min/ig/jquery.ui.custom.min.css")" rel="stylesheet" type="text/css" />

    <link href="@Url.Content("http://cdn-na.infragistics.com/jquery/20112/2045/themes/min/base/ig.ui.min.css")" rel="stylesheet" type="text/css" />

    <script src="@Url.Content("https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js")" type="text/javascript"></script>

    <script src="@Url.Content("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js")" type="text/javascript"></script>

    <script src="@Url.Content("http://cdn-na.infragistics.com/jquery/20112/2045/js/combined/min/ig.ui.min.js")" type="text/javascript"></script>