combo box-[eg if form on top click on bottom] drop down does not close, well

combo box-[eg if form on top click on bottom] drop down does not close, well

  1.                 $(document.body).click(function(){
  2.                     $('#dropdown_list').remove();
  3.                 });

I make an auto-complete text box --- combo box (on focus appear drop down) but to close it either I must select an item, or press in side the borders of the form, if click outside [eg if form on top click on bottom] drop down does not close, well?