Uncaught TypeError: ((m.event.special[e.origType] || (intermediate value)).handle || e.handler).appl

Jquery报错:Uncaught TypeError: ((m.event.special[e.origType] || (intermediate value)).handle || e.handler).apply is not a function

$(document).on("click", ".moveGroup").click(function() {
	
});

在复制粘贴时大意了!


$(document).on("click", ".moveGroup",function() {
	
});


你可能感兴趣的:(前端问题总结)