Bug Tracker

Modify

Ticket #6408 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

Trouble using jQuery in IE8

Reported by: jfalter0 Owned by:
Priority: Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: Cc: hezekiah316@…
Blocking: Blocked by:

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.

Change History

comment:1 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.