0

为了设计 UI 页面,我使用 jCoverflip 进行图像轮播。这里的功能就像单击图像会将所选图像放大。

但我想通过鼠标悬停这个功能;我没有办法实现它。

4

1 回答 1

1

您应该能够更改以下542jquery.jcoverflip.js

this.element.click( proxy( this, this._clickItem ) );

this.element.mouseover( proxy( this, this._clickItem ) );
于 2013-05-08T12:05:57.807 回答