Modify ↓
Ticket #10469 (closed bug: invalid)
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

fixed