jQuery library location wants to be referenced differently on server

后端 未结 4 1230
再見小時候
再見小時候 2020-12-18 10:32

I\'ve got an ASP.NET MVC application that uses jQuery. To load the js libraries, I reference them like this:



        
4条回答
  •  难免孤独
    2020-12-18 10:48

    As Andrew says, your directory structure is totaly different. Have you considered using google's load library to load Jquery for you from the closet location to the user?

提交回复
热议问题