[jQuery] Re: Content called using $().load() isn't displaying in IE (content contains an Iframe)

2009-02-12 Thread scottg...@gmail.com
I'm not 100% clear on what you are asking here but, looking at your code: Looks like if you click on the anchor with class ajax you are loading the href into the #content object. Is the iframe that you are messing with on the same domain? There are a ton of funky security permissions with

[jQuery] Re: Content called using $().load() isn't displaying in IE (content contains an Iframe)

2009-02-12 Thread mumbojumbo
You got my code down, that's what it does. The iframe is loading different domain, and I'm testing in IE7. I just need to figure this out by the end of the day. This is the problem though, When I load giftcards.html ( the page with the iframe) into my browser it works, but when I ajax load the

[jQuery] Re: Content called using $().load() isn't displaying in IE (content contains an Iframe)

2009-02-12 Thread mumbojumbo
I also tried using an object tag, as that is strict compliant, It still works in FF Safari Opera but It won't load when called through jquery in IE. IS there a force reload? On Feb 12, 8:18 am, mumbojumbo madmediabl...@gmail.com wrote: You got my code down, that's what it does. The iframe is