Changes between Initial Version and Version 1 of Ticket #8858, comment 3
- Timestamp:
- Nov 28, 2012, 8:29:38 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8858, comment 3
initial v1 1 This is happening b oth because the youthe node passed to {{{appendTo}}} is a detached DOM node. Therefore this line {{{this.document.find( this.options.appendTo || "body" )[ 0 ]}}} in the code block below will end up failing because the {{{appendTo}}} is not in the document.1 This is happening because the node passed to {{{appendTo}}} is a detached DOM node. Therefore this line {{{this.document.find( this.options.appendTo || "body" )[ 0 ]}}} in the code block below will end up failing because the {{{appendTo}}} is not in the document. 2 2 3 3 {{{