var b = document.getElementsByTagName('body')[0]; alert(b === document.body); var $b = $(b); alert($b.bind === $.prototype.bind)