在JQuery里面可以如下添加事件: $element.on('transitionend webkitTransitionEnd oTransitionEnd', function () { // your codes });
在JQuery里面可以如下添加事件: