0

General Description :

I have installed JuiceUI on a local build of a web form application in asp.net in Visual Studio 2010. What I want to do is take this application and add it to a virtual directory that has been setup for me. I have JuiceUI working on my local version, but it does not load the AJAX (such as the datepicker [i.e. calendar]) on the virtual directory.

Any help to get this loaded onto the virtual directory would be very much appreciated.

Details I know to give at the moment :

This is a web form application. To deploy to the virtual directory, I copy and paste the directory of my code into the directory space on the server. Therefore my bin folders and jquery are loaded on my app folder. I have configured the parent website web.config membership provider so that I can connect and access my app. So I have had my page working just fine on the virtual directory. I installed JuiceUI on my local build and was now copying it to the website to realize that none of the ajax functionality was working.

4

1 回答 1

0

我想说第一步是验证浏览器是否正在加载必要的 js 和 css 文件。使用 chrome 检查器或 firefox+firebug 并在资源上查找任何 404。如果脚本和 css 没有加载,那么您需要调整它们在代码中的位置以匹配您的设置。

于 2012-07-16T16:27:10.290 回答