combo box-[eg if form on top click on bottom] drop down does not close, well
- $(document.body).click(function(){
- $('#dropdown_list').remove();
- });
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?