天天看點

jq點選除了目前元素之外其他地方

$(document).on('click',':not(.sideBar)',function(){
     //$(".ulCtnJs").hide(300);  
     return;
});