Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はjquery selectbox pluginを使用しています。私の問題は、選択可能な領域の外にマウスを移動すると、ドロップダウン リストを非表示にしたいということです。
これが可能かどうかはわかりますか?
ありがとう!
選択ボックス コードの 148 行目には、次のように記述されています。
.bind('blur.selectBox', function() { if( !control.hasClass('selectBox-active') ) return; control.removeClass('selectBox-active'); select.trigger('blur'); });
追加する必要がありますmouseout
mouseout