| jquery Programming Glossary: enamemouse click somewhere else on page (not on a specific div) http://stackoverflow.com/questions/3440022/mouse-click-somewhere-else-on-page-not-on-a-specific-div  of invocation is not within the element we want to hide. Well I guess it's plugin time function .fn.outside function ename cb return this.each function var this this  self this document.body .bind ename function tempo e  if e.target self .contains.. time function .fn.outside function ename cb return this.each function var this this  self this document.body .bind ename function tempo e  if e.target self .contains self e.target  cb.apply self e  if self.parentNode document.body .unbind ename.. function tempo e  if e.target self .contains self e.target  cb.apply self e  if self.parentNode document.body .unbind ename tempo    jQuery synopsis '#container' .outside 'click' function e this .remove Example http www.jsfiddle.net qbDKN 30  .. 
 jQuery: Close DIV by clicking anywhere apart from the DIV itself? http://stackoverflow.com/questions/6610022/jquery-close-div-by-clicking-anywhere-apart-from-the-div-itself  if the click event happend within that div or any children. If not close it. Plugin time function .fn.outside function ename cb return this.each function  var this this  self this  document .bind ename function tempo e  if e.target self .contains.. Plugin time function .fn.outside function ename cb return this.each function  var this this  self this  document .bind ename function tempo e  if e.target self .contains self e.target  cb.apply self e  if self.parentNode document.body .unbind ename.. function tempo e  if e.target self .contains self e.target  cb.apply self e  if self.parentNode document.body .unbind ename tempo    jQuery usage '.panel tab' .outside 'click' function '#panel' .stop true true .slideUp 'slow'   share improve this.. 
 |