>允许用户通过鼠标点击选择多个项目>如果已经通过鼠标点击已经选择了项目,请取消选择
$(".YOUR_SELECTOR_HERE").bind("mousedown",function(e) { e.MetaKey = true; }).selectable();