[jQuery] Re: IE shows nothing o.0

2007-09-20 Thread motob
I think its a problem of how you're including the library. Try writing your script line like this: . IE can't handle the self closing script tag. I know its lame, but thats IE for ya. On Sep 20, 12:28 am, "John Resig" <[EMAIL PROTECTED]> wrote: > Do you have a full page online that we can look

[jQuery] Re: IE shows nothing o.0

2007-09-20 Thread ukong wong
Just a wild guess, perhaps you try using a close tag ? On Sep 20, 9:22 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi there, > > im new at jQuery and totaly new with JavaScript. > But there is a huge Problem with jQuery an IE. > > To include jQuery i use that Line: > > > And since i h

[jQuery] Re: IE shows nothing o.0

2007-09-20 Thread Anders Mattson
That's a bug in IE that happens when the document is in strict mode (I think?) and you close the script tag the short way. Try using the end tag instead: That should do the trick. /Anders On 20 Sep, 06:28, "John Resig" <[EMAIL PROTECTED]> wrote: > Do you have a full page online that we can lo

[jQuery] Re: IE shows nothing o.0

2007-09-20 Thread Eridius
I think that might cause an issue, instead of try The first one is invalid code as you are not allowed to self close a script tag and IE seems to perform weird if you have invalid sometimes. John Resig wrote: > > > Do you have a full page online that we can look at? That line, alone, > sh

[jQuery] Re: IE shows nothing o.0

2007-09-19 Thread John Resig
Do you have a full page online that we can look at? That line, alone, shouldn't cause any problems. --John On 9/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi there, > > im new at jQuery and totaly new with JavaScript. > But there is a huge Problem with jQuery an IE. > > To include j