jquery-outside-events icon indicating copy to clipboard operation
jquery-outside-events copied to clipboard

Replaces use of jQuery object as container with native Array

Open anddoutoi opened this issue 11 years ago • 0 comments

A jQuery object keeps a reference to the "replaced" jQuery object in .prevObject when using .add() and .not(). This could result in a leek of memory cause detached and removed DOM elements will still be referenced.

anddoutoi avatar Aug 29 '13 15:08 anddoutoi