我参考了 Phil Haack 的“Undoable”文章:http: //haacked.com/archive/2010/01/01/jquery-undoable-plugin.aspx
我已经从表格演示页面复制了表格的确切标记,包括 JQuery 1.3.2 分钟,并复制了演示页面上使用的确切脚本块,但是当它到达这一点时:
$('a.delete').undoable({
inlineStyling: false,
showingStatus: function(undoable) {
我不断收到“对象不支持此属性或方法”。有什么明显的东西我可能会错过吗?我只是在开发机器上使用 IE8,但这应该不是问题(我希望)。