]> source.dussan.org Git - jquery.git/commit
Core: Use isAttached to check for attachment of element
authorSaptak Sengupta <saptak013@gmail.com>
Mon, 5 Mar 2018 17:57:03 +0000 (23:27 +0530)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 5 Mar 2018 17:57:03 +0000 (18:57 +0100)
commit662083ed7bfea6bad5f9cd4060dab77c1f32aacd
tree20121cf09841f13d743d90e39b5f53c491ff6d29
parent09684ba3f210594e41ecddf369ac94c688d53ccb
Core: Use isAttached to check for attachment of element

This change replaces the use of contains to check for attachment
by isAttached function

Closes gh-3977
Ref gh-3504
src/css/curCSS.js
src/css/var/isHiddenWithinTree.js
src/manipulation.js
src/manipulation/buildFragment.js
src/var/isAttached.js [new file with mode: 0644]