Hi guys,
I am using IE 11 with jQuery 1.11.2. Just by loading jQuery.js, I saw a warning of a possible memory leak of DocumentFragment on a variable called 'fragmentDiv'.
I checked the source code and it's around line 5342.
fragmentDiv = safeFragment.appendChild( document.createElement("div") );
This variable is never set to null and is only being used in clone() function.
Am I the only one having this issue? Couldn't find anything on Google.
Thanks,
Brian