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

 $(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();

     }

  });

});

你可能感兴趣的:(下拉列表)