Click anywhere outside disappear except itself does not disappear

--- --- restore content begins

Obtaining Documentation document object registration click event

$(document).on('click',function(){

   Gets the label to hide $ (div) .hide () / $ (div) .css ( 'display', 'none')

})

Gets the label using the stop bubbling

$(div).on('click',function(e){

 e.stopPropagation()

})

--- end --- restore content

Guess you like

Origin www.cnblogs.com/wenyilian/p/11518572.html