Well, the AJAX fetched content works on the demo page for this script in IE 8, so there is probably something wrong with your implementation, though it could be settings for your OS or browser. Look at the demo page, click on the link (Additional Resources) for Demo #2. If it works, than it's not your browser or OS. IE 8 may need to run on a live page. Since IE 7, true local testing of AJAX has been impossible due to security restrictions. An AJAX app can be made to fall back to the IE 6 method in IE 7 and later so that local testing can appear to work, but this is not true testing of what would happen on a live page. However, this script makes no attempt to fall back, so there will always be some sort of problem for local AJAX testing when run under IE 7+. If that's the issue, upload your page to your host, it should work fine there.
If you want more help:
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks