$(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 the form is on the top then, if I click on bottom of page] drop down does not close, well?

New Topic/Question
Reply



MultiQuote



|