单击jQuery Sortable列表不会模糊输入 [英] Click on jQuery Sortable list does not blur input

查看:98
本文介绍了单击jQuery Sortable列表不会模糊输入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以通过单击页面上除jQuery Sortable列表之外的任何位置来模糊输入.我怎样才能解决这个问题? UPD:演示

I can blur my input by clicking anywhere on the page except the jQuery Sortable list. How can I fix this? UPD: demo

推荐答案

$('sortable').mousedown(function(){
  document.activeElement.blur();
});

这篇关于单击jQuery Sortable列表不会模糊输入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆