Skip to main content

Bug Tracker

Side navigation

#58 closed bug (fixed)

Opened July 09, 2006 06:24PM UTC

Closed October 11, 2009 02:05PM UTC

Last modified April 23, 2017 11:30PM UTC

this.append() broken in rev 134

Reported by: aaron.heimlich@gmail Owned by:
Priority: undecided Milestone:
Component: ajax Version:
Keywords: Cc:
Blocked by: Blocking:
Description

this.append() does not do anything in rev 134.

I fixed this by changing line 305 of [source:jquery/jquery/jquery.js@134 jquery/jquery.js] from:

this.appendChild( 1 );

to:

this.appendChild( a );

Attachments (0)
Change History (3)

Changed July 14, 2006 10:52PM UTC by john comment:1

resolution: → fixed
status: newclosed

Fixed in SVN.

Changed October 11, 2009 02:05PM UTC by dmethvin comment:2

component: → ajax
description: `this.append()` does not do anything in rev 134.\ \ I fixed this by changing line 305 of [source:jquery/jquery/jquery.js@134 jquery/jquery.js] from:\ \ `this.appendChild( 1 );`\ \ to:\ \ `this.appendChild( a );`\ `this.append()` does not do anything in rev 134. \ \ I fixed this by changing line 305 of [source:jquery/jquery/jquery.js@134 jquery/jquery.js] from: \ \ `this.appendChild( 1 );` \ \ to: \ \ `this.appendChild( a );` \
need: → Review
priority: → blocker
resolution: → fixed
status: newclosed
type: → bug

Reopened by spammer.

Changed April 23, 2017 11:30PM UTC by rjollos comment:3

cc: ""
keywords: ""