Skip to main content

Bug Tracker

Side navigation

#4530 closed bug (duplicate)

Opened April 13, 2009 05:37PM UTC

Closed April 14, 2009 03:54PM UTC

$("root", xmlData).append("<node />"); doesn't append anything

Reported by: fishbone Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: xml;modification Cc:
Blocked by: Blocking:
Description

if d is xmlData loaded with $.ajax,

doesn't work:

$("data", d).append("<entry class='c' />");

//works:

$("data", d).append($("<entry class='d' />"));

Attachments (0)
Change History (2)

Changed April 13, 2009 07:10PM UTC by fishbone comment:1

please delete this, see bug #4531. bugtracker showed mysql error and i was sure that the entry hasn't been added.

Changed April 14, 2009 03:54PM UTC by dmethvin comment:2

resolution: → duplicate
status: newclosed

Duplicate of #4531