Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
Description
if d is xmlData loaded with $.ajax,
doesn't work: $("data", d).append("<entry class='c' />");
works: $("data", d).append($("<entry class='d' />"));
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.

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