動的にロードされたコンテンツに適用するためにホバーパルスプラグインで.on()を使用しようとしていますが、うまくいきません。誰かが助けてくれればとても親切です。前もって感謝します。
ホバーパルス機能を呼び出すJQUERYコード
$(selector).hoverpulse({
size: 40, // number of pixels to pulse element (in each direction)
speed: 400 // speed of the animation
})
ホバーパルス機能
$.fn.hoverpulse = function(options) { CODE GOES HERE}