Opened 14 years ago
Closed 14 years ago
#4530 closed bug (duplicate)
$("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' />"));
Note: See
TracTickets for help on using
tickets.
please delete this, see bug #4531. bugtracker showed mysql error and i was sure that the entry hasn't been added.