jQuery bind event listener before another

后端 未结 6 1022
無奈伤痛
無奈伤痛 2020-12-13 21:00

Using the prettyPhoto plugin to open modal-style content containers, and trying to integrate with Google Analytics\' Event Tracking to track when videos get opened.

6条回答
  •  醉梦人生
    2020-12-13 21:43

    Had to change one line in the above code to make it work:

        var currentBindings = $this.data('events',type); // var currentBindings = $this.data('events')[type];
    

    This could be because I am using jquery 2.0.3

提交回复
热议问题