我正在尝试在播放器播放/暂停时执行 js 代码。我尝试了许多在谷歌上找到的解决方案,但没有任何效果。该网站是http://www.ihousing.cz。
我试过的代码:
var myFunc = function(){
var VideoJS = this;
jQuery('.nivo-slider').data('nivoslider').stop();
};
VideoJS.addEvent("play", myFunc);
正在返回我 TypeError: elem.addEventListener is not a function...
我在这里想念什么?感谢您的任何帮助