点击jQuery可排序列表不会模糊输入

我可以通过点击页面上的任何地方来模糊我的输入,除了jQuery Sortable列表.我怎样才能解决这个问题?
UPD:demo

最佳答案
$('sortable').mousedown(function(){
  document.activeElement.blur();
});

相关文章

页面搜索关键词突出 // 页面搜索关键词突出 $(function () {...
jQuery实时显示日期、时间 html: <span id=&quot...
jQuery 添加水印 <script src="../../../.....
中文:Sys.WebForms.PageRequestManagerParserErrorExceptio...
1. 用Response.Write方法 代码如下: Response.Write(&q...
Jquery实现按钮点击遮罩加载,处理完后恢复 思路: 1.点击按...