Umm, hmm, that line:
div.appendChild(document.createElement('Comment').data="")
isn't anywhere in jQuery.

What's actually at that line is (which was also in 1.3.2):
div.appendChild( document.createComment("") );

Is your script getting malformed in some way?

--John



On Wed, Jan 13, 2010 at 7:01 AM, Dan <danmo...@hotmail.co.uk> wrote:
> On dropping in any version of 1.4 into my application I get a "Type
> Mismatch" error on line 2962 using IE and get an uncaught exception in
> Firefox.  It is the line div.appendChild(document.createElement
> ('Comment').data="").  If I comment it out it all seems to work fine.
> I would like to update to 1.4 but I do not understand why it is not
> working.  Any ideas?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "jQuery Development" group.
> To post to this group, send email to jquery-...@googlegroups.com.
> To unsubscribe from this group, send email to 
> jquery-dev+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/jquery-dev?hl=en.
>
>
>
>
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en.


Reply via email to