Skip to main content

Bug Tracker

Side navigation

#10469 closed bug (invalid)

Opened October 11, 2011 08:30AM UTC

Closed October 11, 2011 01:00PM UTC

Last modified March 10, 2012 02:35AM UTC

prepend()

Reported by: info@renemaas.de Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.4
Keywords: Cc:
Blocked by: Blocking:
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

Attachments (0)
Change History (2)

Changed October 11, 2011 08:44AM UTC by anonymous comment:1

fixed

Changed October 11, 2011 01:00PM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed