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.
UI ページをデザインするために、画像カルーセルに jCoverflip を使用しています。ここでの機能は、画像をクリックすると、選択した画像が大きな形式で表示されるようなものです。
しかし、マウスオーバーでこの機能を配置することを考えています。私はそれを実装する方法を得ていません。
542次の行を変更できるはずですjquery.jcoverflip.js。
542
jquery.jcoverflip.js
this.element.click( proxy( this, this._clickItem ) );
に
this.element.mouseover( proxy( this, this._clickItem ) );