0

我正在使用这个插件

http://james.padolsey.com/javascript/regex-selector-for-jquery/

和 jquery v 1.4.1,我想从 jquery v1.4.1 迁移到 v1.9.1。

这段代码:

var rows = $("#tableComments").find("tr:visible:not(:regex(class,^th))");

与 jquery v1.4.4 配合得很好,但我在 jquery v1.9.1 中得到了这个错误

Uncaught TypeError: Cannot read property '3' of undefined

这个错误发生在插件的第一行,

var matchParams = match[3].split(',')

我该如何解决?

4

0 回答 0