标签: javascript jquery html
e.fn[l] = function (t) { return this.each(function () { e.data(this, l) || e.data(this, l, new o(this, t)) }) }
这是function
当我使用此功能时,我不能在输入中使用空格字符。
有人可以解释一下原因吗?