Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用自定义分页,因此当我单击缩略图时,大图像会发生变化。创建者提供的示例已损坏。
http://slidesjs.com/examples/product/
有什么建议么?
他正在使用 jQuery 版本 1.5.1。但该on方法从 1.7 版开始可用。因此,如果您使用 jQuery 1.7 或更高版本,基本上这个示例应该可以工作。
on
所以他没有更新他的示例 jQuery 版本,但确实使用了更高版本的 jQuery 版本的功能。
我是怎么发现的? 如果您看到错误,您可以看到它是一个错误。
Uncaught TypeError: Object [object Object] has no method 'on'
这意味着该on方法不是Object.
Object