Changes between Initial Version and Version 1 of Ticket #11230, comment 3
- Timestamp:
- Jan 26, 2012, 10:12:03 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11230, comment 3
initial v1 1 This one seems to have been around since the dawn of jQuery; I agree that it seems wrong for the set to disappear. Most likely it's *very* rare for anyone to want to continue a chain in that situation. Often I do `var x = $(" html").appendTo("body")` but of course the body is always there. :)1 This one seems to have been around since the dawn of jQuery; I agree that it seems wrong for the set to disappear. Most likely it's *very* rare for anyone to want to continue a chain in that situation. Often I do `var x = $("<html stuff>").appendTo("body")` but of course the body is always there. :)