点击别的地方隐藏下拉列表

 $(document).mouseup(function(e){

  var containers = $('#workplace_suggestion_section, #job_post_work_location');

  containers.each(function(){

    if($(this).has(e.target).length === 0){

       suggestionSectionNode.hide();

     }

  });

});

posted @ 2013-01-24 13:43  mabel_on_line  阅读(302)  评论(0编辑  收藏  举报