Skip to main content

Bug Tracker

Side navigation

#6408 closed bug (invalid)

Opened April 07, 2010 03:52PM UTC

Closed April 10, 2010 11:48PM UTC

Trouble using jQuery in IE8

Reported by: jfalter0 Owned by:
Priority: Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: Cc: hezekiah316@gmail.com
Blocked by: Blocking:
Description

In all browsers I have set up, except IE, I have no problem with my Javascript. Using the same javascript source, I get the following message from IE8 (compatibility mode or IE8 mode):

"Unexpected call to method or property access."

It occurs on line 4075 character 5:

4072: append: function() {

4073: return this.domManip(arguments, true, function( elem ) {

4074: if ( this.nodeType === 1 ) {

4075: this.appendChild( elem );

4076: }

4077: });

4078: },

Thanks for exploring this.

Attachments (0)
Change History (1)

Changed April 10, 2010 11:48PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

Please reopen with a complete test case that demonstrates the problem, both html and script. Thanks.