我可以通过点击页面上的任何地方来模糊我的输入,除了jQuery Sortable列表.我怎样才能解决这个问题?UPD:demo
$('sortable').mousedown(function(){ document.activeElement.blur(); });