开发者

jQuery IIS 6 Not working correctly

开发者 https://www.devze.com 2023-03-01 21:24 出处:网络
Hey guys, I am using a Windows 2003 Server 32Bit running IIS 6. My problem is that my jQuery doesn\'t seem to be working properly. I have a script that loads boxes on top of an image. It loads the ima

Hey guys, I am using a Windows 2003 Server 32Bit running IIS 6. My problem is that my jQuery doesn't seem to be working properly. I have a script that loads boxes on top of an image. It loads the ima开发者_Python百科ge fine, using jQuery, but it wont load the boxes. Now its not the script as far I can tell no debug errors come up, and if I upload the script to my server running Centos, and Apache it works just fine. It also works just fine if I load in my local machine using my browser. Any ideas on what is actually going on and how I can fix this? If you need any additional details please let me know.


jQuery is client-side, so it has nothing to do (directly) with your server. What could differ is the way you are pulling the information out of your server, i.e. the server-side pages, (say PHP) or the way your server responds to any AJAX query you may do. Try running the AJAX query by hand, for example using firebug's "net" tab.

But I doubt it is specifically-IIS6 related: more probably it is windows/linux differences, for example case sensitive file paths.

0

精彩评论

暂无评论...
验证码 换一张
取 消