Closed
Description
We have a few more undocumented APIs shipped under the jQuery object; two of them are jQuery.dir
& jQuery.sibling
.
Is there any reason why they should be exposed & undocumented? We should minimize the number of such cases as we did with jQuery.swap
(#2058), jQuery.buildFragment
(#2224) & jQuery.domManip
(#2225).
See also #2513.