Ask questions and get good answers on jQuery

In the version, 2.8.5, it can not work of ajax sub-menu in the demo.html. I run in IIS6 and IE8.

Robert J. Hwang

asked Jun 11 '10 at 09:20

Robert%20%20Hwang's gravatar image

Robert Hwang
211

edited Jun 11 '10 at 10:31

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129


If you try it on my on line demo page you'll see that it's working fine... I think that issue depends on your IIS6 configuration...

If you check for errors in your developer console maybe you can understand what is the matter. Usually this can happen if your server doesn't allow POST requests; if this is your case than you need to change all the ajax call from POST to GET.

Bye, Matteo

answered Jun 11 '10 at 10:30

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Jun 11 '10 at 11:57

Yes, you are right. That's about IIS6 configuration, and when I change the method to "GET", it works very well, Thanks for your help.

(Jun 25 '10 at 04:55) Robert Hwang
Your answer
toggle preview

jQuery main site - Matteo Bicocchi