console.log to clone jQuery objects before appending them. #82

Merged
leolannenmaki merged 2 commits from master into master 2011-11-21 18:56:49 +00:00

2 Commits

Author SHA1 Message Date
Leo Lännenmäki
115e2eff8b Clone elements before appending them to the temporary div that is used for logging. 2011-11-21 08:18:16 +02:00
Leo Lännenmäki
f57a59d767 console.log to clone jQuery objects before appending them.
If the appended element was a child of another element it was removed from that element.
This caused console.logging a child element to remove it from the parent.
2011-11-18 15:09:36 +02:00