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' />"));
please delete this, see bug #4531. bugtracker showed mysql error and i was sure that the entry hasn't been added.