console.log to clone jQuery objects before appending them. #82
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Haha :) I guess I should look around a bit first before just randomly modifying something.
Done and done. Thanks!