似月是你
God helps those who help themselves.
天 道 酬 勤

点击下拉,点击自己或者其他地方收起

$(document).mouseup(function (e) {
   var _con = $('.select ul');
   if (!_con.is(e.target) && _con.has(e.target).length === 0) {
      $('.select ul').slideUp();
      $(".select").attr("data-type","0");
   }
})

 

posted @ 2020-07-08 15:19  似月是你  阅读(133)  评论(0编辑  收藏  举报