jquery.gridster.min.js在可调整大小的函数中给出延迟函数的错误

时间:2018-05-04 07:09:57

标签: javascript jquery min gridster

stop: $.proxy(function (event, ui) {
                delay($.proxy(function () {
                    this.on_stop_resize(event, ui);
                }, this), 120);
            }, this),

此延迟功能出错未捕获TypeError:延迟不是函数。

请帮我解决这个问题。在此先感谢。

0 个答案:

没有答案