Opened 15 years ago
Closed 15 years ago
#1719 closed bug (invalid)
.appendTo broken in 1.2.1.1
Reported by: | seven | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | appendTo | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
Hi all,
i am doing this on document ready: $('#advertisement_holder').appendTo('#advertisement');
Appended stuff all over my screen. Can't viewsource from firefox but it seems that appendTo overwrites my DOM. Following error is shown:
with jquery: missing ; before statement [Break on this error] on error resume next\n jquery-1.2.1.js (line 501)
with jquery min: missing ; before statement [Break on this error] on error resume next\n jquery-1.2.1.min.... (line 18)
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 1.2.1 → 1.2.2 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Don't you just mean: $("#advertisement").appendTo("#advertisement_holder") ? I think you got them reversed.
Note: See
TracTickets for help on using
tickets.
erm... the bug is in 1.2.1 version. sorry for typo.