天天看点

jq点击除了当前元素之外其他地方

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