开发者

IE7/8 won't load ajax content that contains a select box

I have an application that loads, via a jQuery-driven ajax call, a form containing, amongst other things, two select boxes. The problem is that neither IE7 or 8 load the new content - latest versions of Safari,FF,Opera and Chrome are all OK.

The content loads in IE if the option tags are r开发者_C百科emoved from the select boxes - i.e. IE will load with only the select tags present.

I have checked for CSS issues, HTML issues, and js issues and I can't find anything wrong.

A stripped down version of the page is here: http://wineinf.nzwine.com/dumpthis.asp

Any pointers would be gratefully accepted.

Thanks/Thomas


As usual, the problem was mine. A closing div tag surplus to requirements was causing the problem. Apologies for wasted broadband traffic.


No aplogies necessary; you just helped me solve the same problem.

To add to the knowledge here:

1) <script> tags seem to trigger the same behavior, even if there's no code in them

2) IE9 doesn't exhibit this behavior, unless it's in an older document mode

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜