[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread zeckdude


I figured out what was causing the problem. There was something being
referred to in the JS that was called container on Line 27, so I simply
changed the name of the div.

I am still somewhat puzzled on how to open the script editor or how to tell
Internet Explorer which Script editing program to open. Do you know how to
set that up?
-- 
View this message in context: 
http://www.nabble.com/jQuery-doesn%27t-like-being-put-inside-a-parent-div-in-Internet-Explorer-tp21525543s27240p21535145.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread zeckdude


I see the warning icon now. I just now enabled my script debugging and I see
the Error message that appears: "A Runtime Error has occurred. Do you wish
to Debug? Line: 27, Error: Object doesn't support this property or method"

When I click on the Yes button to debug, nothing happens. I did some
googling and I saw that Microsoft Script Editor is supposed to be opening
up, but it doesn't happen. Do you know if there is some place where I can
check if the Microsoft Script Editor is installed correctly? Is there some
other Script Editing program I can use for this? What do I do after I get
the Script Editing program to work?

-Chris



malsup wrote:
> 
> Sean is referring to the fact that your markup is invalid (unclosed
> link tag):
> 
> http://validator.w3.org/check?uri=http%3A%2F%2Fwww.idea-palette.com%2Ftestfolder%2Fpagetest2.html&charset=(detect+automatically)&doctype=Inline&group=0
> 
> The bottom line though, is that IE is throwing a scripting error.  You
> need to get that fixed.  Do you have script debugging enabled? Don't
> you see the warning icon on the status bar?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jQuery-doesn%27t-like-being-put-inside-a-parent-div-in-Internet-Explorer-tp21525543s27240p21535066.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread Mike Alsup

> Sean,
>
> I don't understand what that means. I did some googling on it and i found
> that it means "the name of the starttag (the first  you find is
> not equal to the final end tag (the last  you will find) you
> need to make them the same name".
>
> My html and head tags are named the same, so I am not sure what this means
> or why it's not making the jquery work in Internet Explorer.
>
> Can you please tell me what I can do to fix this problem?
>
> Thanks.
>
> -Chris


Sean is referring to the fact that your markup is invalid (unclosed
link tag):

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.idea-palette.com%2Ftestfolder%2Fpagetest2.html&charset=(detect+automatically)&doctype=Inline&group=0

The bottom line though, is that IE is throwing a scripting error.  You
need to get that fixed.  Do you have script debugging enabled? Don't
you see the warning icon on the status bar?


[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread zeckdude


Sean,

I don't understand what that means. I did some googling on it and i found
that it means "the name of the starttag (the first  you find is
not equal to the final end tag (the last  you will find) you
need to make them the same name". 

My html and head tags are named the same, so I am not sure what this means
or why it's not making the jquery work in Internet Explorer.

Can you please tell me what I can do to fix this problem?

Thanks.

-Chris




wileyl...@gmail.com wrote:
> 
> 
> Chris,
> 
> I didn't look at the jQuery because you - First - may want to fix the
> (X)HTML/Transitional code for IE6. See -
> http://validator.w3.org/check?uri=http%3A%2F%2Fwww.idea-palette.com%2Ftestfolder%2Fpagetest2.html.
> |head| and |html| elements are showing "XML Parsing Error: Opening and
> ending tag mismatch" errors.
> 
> Sean
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jQuery-doesn%27t-like-being-put-inside-a-parent-div-in-Internet-Explorer-tp21525543s27240p21534530.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



[jQuery] Re: jQuery doesn't like being put inside a parent div in Internet Explorer

2009-01-18 Thread wileyl...@gmail.com

Chris,

I didn't look at the jQuery because you - First - may want to fix the
(X)HTML/Transitional code for IE6. See -
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.idea-palette.com%2Ftestfolder%2Fpagetest2.html.
|head| and |html| elements are showing "XML Parsing Error: Opening and
ending tag mismatch" errors.

Sean