[jQuery] Re: Simple .load does not work in IE7

2007-05-17 Thread Sean
Well thank you all for working so hard on this. It certainly is a bit frustrating. I think I understand the post about standards...maybe you're not supposed to put a p inside a p? :p Anyway, Jake, you're test3 works fine for me on your site and locally, and that is a perfectly acceptable work

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Ⓙⓐⓚⓔ
firebug says it works! after the click the dom was changed to : htmlheadtitleAjax with jQuery Example/title script type=text/javaScript src=/js/jquery.js/script script type=text/javaScript $(document).ready(function(){ $(#ajax).click(function(){ $(#quote p).load(test2.html); }); });

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Ⓙⓐⓚⓔ
if you have a link on the net, maybe some IE user can hit it... the code looked good to me, and runs for me on Opera, Firefox Safari. On 5/16/07, Sean [EMAIL PROTECTED] wrote: I just tried it on a different computer, using the exact same code except I just downloaded the latest uncompressed

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Sean
I don't have it up on the net, but anyone with windows can set up the files pretty quick. I will see what I can do tomorrow about getting it online to help out. Thanks for the suggestions though. On May 16, 9:48 pm, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: if you have a link on the net, maybe some IE

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Ⓙⓐⓚⓔ
My link is live! ANY IE TAKERS??? http://cigar.dynalias.org/test1.html On 5/16/07, Sean [EMAIL PROTECTED] wrote: I don't have it up on the net, but anyone with windows can set up the files pretty quick. I will see what I can do tomorrow about getting it online to help out. Thanks for the

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Karl Swedberg
Here are my results: Firefox 2 Mac: worked. IE 6 Win: did not work, but no JavaScript error. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On May 16, 2007, at 11:02 PM, Ⓙⓐⓚⓔ wrote: http://cigar.dynalias.org/test1.html

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Bil Corry
Ⓙⓐⓚⓔ wrote on 5/16/2007 8:02 PM: My link is live! ANY IE TAKERS??? http://cigar.dynalias.org/test1.html I get a runtime error within jquery.js: Line: 0 Error: Unknown runtime error It's highlighting the error as c[e[d]]=a within this bit:

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Chad Burrus
I can help out a little there. I started stepping through the error with a debugger. Since it's the packed version, I don't know where exactly it's breaking, but I can tell you that your ajax request is working properly. Here's what little I can tell you. The execution breaks in an anonymous

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Bil Corry
Ⓙⓐⓚⓔ wrote on 5/16/2007 9:05 PM: Bill, do a refresh for the guy, it's now on the full jQuery! Ok, now I get the error in the jQuery.js: Line: 1571 Error: Unknown runtime error The error highlights elem[fix[name]] = value within the attr function: // Certain

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Ⓙⓐⓚⓔ
agh! what does that mean is it the p inside the p IE hates me as much as I hate IE!!! On 5/16/07, Bil Corry [EMAIL PROTECTED] wrote: Ⓙⓐⓚⓔ wrote on 5/16/2007 9:05 PM: Bill, do a refresh for the guy, it's now on the full jQuery! Ok, now I get the error in the jQuery.js:

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Ⓙⓐⓚⓔ
So I booted up my windows machine, and ran a modified version, http://cigar.dynalias.org/test3.html http://cigar.dynalias.org/test1.html basically the same without the pp issue it works. Who knew IE would care about such things So, the moral of the story is Don't pp on IE, or it will

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Matt Vanderpol
A quick search uncovered some discussion around this problem here: http://piecesofrakesh.blogspot.com/2007/02/ies-unknown-runtime-error- when-using.html -Matt On May 16, 2007, at 9:55 PM, Ⓙⓐⓚⓔ wrote: So I booted up my windows machine, and ran a modified version,

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Bil Corry
Ⓙⓐⓚⓔ wrote on 5/16/2007 9:41 PM: agh! what does that mean is it the p inside the p I'm not sure, but since it's the attr function, and there's a few bugs reported for the attr function with IE (including one of mine), I can only surmise it is probably related. - Bil

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Bil Corry
Matt Vanderpol wrote on 5/16/2007 10:00 PM: A quick search uncovered some discussion around this problem here: http://piecesofrakesh.blogspot.com/2007/02/ies-unknown-runtime-error-when-using.html Ah, Internet Explorer, defender of web standards! - Bil

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Ⓙⓐⓚⓔ
And to all , a good night!!! On 5/16/07, Bil Corry [EMAIL PROTECTED] wrote: Matt Vanderpol wrote on 5/16/2007 10:00 PM: A quick search uncovered some discussion around this problem here: http://piecesofrakesh.blogspot.com/2007/02/ies-unknown-runtime-error-when-using.html Ah, Internet

[jQuery] Re: Simple .load does not work in IE7

2007-05-16 Thread Bil Corry
Matt Vanderpol wrote on 5/16/2007 10:00 PM: A quick search uncovered some discussion around this problem here: http://piecesofrakesh.blogspot.com/2007/02/ies-unknown-runtime-error-when-using.html For kicks, I tried it in both Standards and Quirks mode, same error with both. - Bil