Modify ↓
Ticket #58 (closed bug: fixed)
this.append() broken in rev 134
| Reported by: | aaron.heimlich@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | |
| Component: | ajax | Version: | |
| Keywords: | "" | Cc: | "" |
| Blocking: | Blocked by: |
Description (last modified by dmethvin) (diff)
this.append() does not do anything in rev 134.
I fixed this by changing line 305 of jquery/jquery.js from:
this.appendChild( 1 );
to:
this.appendChild( a );
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 in SVN.