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 suggestions though.

On May 16, 9:48 pm, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote:
> 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 from the website.
> > Works in Firefox, same error in IE.
>
> > On May 16, 5:15 pm, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote:
> > > after I posted I noticed that your problem is in IE.....
>
> > > did you try the not-packed version? the error might not be in your
code,
> > but
> > > in the jquery.js file.
>
> > >http://cigar.dynalias.org/test1.htmluses my latest version (packed)
>
> > > > Of course you have 2 <p>s ... but that's because you have a p in 1
and
> > a p
> > > > in 2.
>
> > > > On 5/16/07, Sean <[EMAIL PROTECTED]> wrote:
>
> > > > > Hi all,
>
> > > > > I'm very new to jquery and am really excited about it.  But I'm
> > having
> > > > > a rough time even getting the simplest .load ajax call to work
in
> > IE.
>
> > > > > Here's my code, it works fine in Firefox 2, but I get a Line 1,
Char
> > > > > 1, Unknown runtime error in IE.
>
> > > > > test1.html
>
> > > > > <html>
> > > > > <head>
> > > > > <title>Ajax with jQuery Example</title>
> > > > > <script type="text/javaScript" src="jquery-1.1.2.pack.js"></script>
> > > > > <script type="text/javaScript">
> > > > > $(document).ready(function(){
> > > > >    $("#ajax").click(function(){
> > > > >      $("#quote p").load("test2.html");
> > > > >    });
> > > > > });
> > > > > </script>
>
> > > > > </head>
> > > > > <body>
> > > > >     <input type="submit" id="ajax" value="Ajax">
> > > > >     <div id="quote"><p> </p></div>
> > > > > </body>
> > > > > </html>
>
> > > > > test2.html
>
> > > > > <p>Why won't you work?</p>
>
> > > > > Any clues would be greatly appreciated.  I cannot figure out
what
> > I'm
> > > > > doing wrong :(
>
> > > > > Thanks,
> > > > > Sean
>
> > > > --
> > > > Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
>
> > > --
> > > Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
>
> --
> Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ




--
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ

Reply via email to