#8349 closed bug (duplicate)
Cannot create complex elements
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.5.1 |
Component: | manipulation | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This no longer works:
$test = $("<div>abc</div>");
Change History (8)
comment:1 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
please read the bug reporting guidelines before filing.
FYI: That link has no text.
Try this:
comment:3 Changed 12 years ago by
Whoops, mistyped the link, damn case sensitive URLS. http://docs.jquery.com/How_to_Report_Bugs
That fiddle that you linked alerts a length of 1 on both jQuery 1.4.4 and jQuery 1.5, as well as the latest Git version. Can you make a testcase that actually demonstrates the issue you're experiencing?
comment:4 Changed 12 years ago by
I tried it with FireFox and it works.
It does not work under IE 9 Release Candiate.
comment:5 Changed 12 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
comment:6 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
comment:8 Changed 12 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | 1.next → 1.5.1 |
Priority: | undecided → low |
Note: See
TracTickets for help on using
tickets.
a) This is not a valid test case - please read the bug reporting guidelines before filing.
b) This definitely still works: http://jsfiddle.net/bMHJa/