0

次のプラグインを使用しています: https://github.com/richardscarrott/jquery-mousestop-event

JavaScript を使用して DOM に動的に挿入される 1 つの要素があり、この要素に「mousemove」イベントを追加したいと考えています。

$(document).on('mousestop', '.zoomImg', function(e) {
       // code goes here
});

これはうまくいきません、何か提案はありますか?

よろしく、クリス

4

1 に答える 1