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