#8141 closed bug (duplicate)
appendTo appends given HTML twice when used in document.onready
Reported by: | mduerksen | Owned by: | Rick Waldron |
---|---|---|---|
Priority: | high | Milestone: | 1.5.1 |
Component: | event | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | #8145 | Blocking: |
Description
This only happens when using document.onready. With $(document).ready() everything is fine. Also, this only happens with v1.5, v1.4.4 works even with document.onready.
Example: http://jsfiddle.net/ehynds/yuMTH/
OS: Win7 Tested Browsers: IE8, FF 3.6.13
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Milestone: | 1.next → 1.5.1 |
Owner: | set to dmethvin |
Priority: | undecided → low |
Status: | new → assigned |
We've never supported a document.onready property, so this usage is invalid. However I'll look into it and see why it is firing at all.
To reiterate, document.onready is not valid usage and we do not intend to support it, so do not expect it to work.
comment:3 Changed 12 years ago by
Blocked by: | 8145 added |
---|---|
Owner: | changed from dmethvin to Rick Waldron |
Priority: | low → high |
Preliminary fix to jQuery.ready()...
https://github.com/rwldrn/jquery/commit/c29faf374364784348429e9055ffbf3513871c62
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
better code example: http://jsfiddle.net/ehynds/yuMTH/2/