Gives focus to the list
jQuery("dl",list).focus(); Everything seems to be a good event .on("focus") works, but the focus loss event does not work.
jQuery("dl", list).on("focusout",hideDropDown); Focus is added when you open a custom select , IE7 - IE8
Tell me, please, the reason.