[jQuery] Re: Ajax loading problem (IE7)

2007-04-24 Thread MrTufty
Thanks Dan, I didn't realise that. And Diego too, not to forget anyone :) In any case, our client didn't like the initial concept, so we've rebuilt it with a new skin - this one doesn't require the use of tables, so the problem is neatly avoided. On Apr 23, 1:28 pm, Dan G. Switzer, II [EMAIL

[jQuery] Re: Ajax loading problem (IE7)

2007-04-23 Thread MrTufty
I've been doing more diagnosis... It seems to be just the .load() that is broken - I briefly tested it with .get(), shifting the content loaded into the correct place with a callback function. That worked, but the scripts I have in the file I'm loading don't get executed, so my nice

[jQuery] Re: Ajax loading problem (IE7)

2007-04-23 Thread MrTufty
And now for the fun part - I've figured it out. Did anyone realise that you can't use TABLEs as targets for $.load, at least in IE? That was what I was trying to do - changing it to a DIV, with the table in question within that, fixed the issue... On Apr 23, 10:08 am, MrTufty [EMAIL PROTECTED]