通常 .length 应该返回 0 或更大,
我不明白为什么,但是:
alert($('.class').length);
正在抛出,我可以在谷歌浏览器的控制台中看到这个错误:
Uncaught TypeError: Cannot read property 'length' of null test-shop.mysite.com/store/es/:1102
(anonymous function)
知道为什么会这样吗?
通常 .length 应该返回 0 或更大,
我不明白为什么,但是:
alert($('.class').length);
正在抛出,我可以在谷歌浏览器的控制台中看到这个错误:
Uncaught TypeError: Cannot read property 'length' of null test-shop.mysite.com/store/es/:1102
(anonymous function)
知道为什么会这样吗?