Bug Tracker

Modify

Ticket #10469 (closed bug: invalid)

Opened 20 months ago

Last modified 15 months ago

prepend()

Reported by: info@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.4
Keywords: Cc:
Blocking: Blocked by:

Description

fails in ie7 and ie8

line: 5156

prepend: function() {

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

if ( this.nodeType === 1 ) {

this.insertBefore( elem, this.firstChild );

}

});

},

ie error message SCRIPT65535: Unerwarteter Aufruf oder Zugriff. jquery.js, Zeile 5156 Zeichen 5 SCRIPT65535: Unerwarteter Aufruf oder Zugriff. jquery.js, Zeile 5156 Zeichen 5

Change History

comment:1 Changed 20 months ago by anonymous

fixed

comment:2 Changed 20 months ago by dmethvin

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

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.