From c7a757c84bd6bd40158c81463d48b764239dc5b0 Mon Sep 17 00:00:00 2001 From: Jun-r <348872111@qq.com> Date: Fri, 15 Apr 2016 16:50:30 +0800 Subject: [PATCH] updata js --- js/base.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/js/base.js b/js/base.js index d1b8a23..84aa222 100644 --- a/js/base.js +++ b/js/base.js @@ -1,6 +1,6 @@ /* - * Kbang.com 1.0.0 - * 2016-04-12 15:02:21 + * + * 2016-04-15 15:02:21 * Copyright (c) 2016 Licensed MIT <> */ $(function(){ @@ -14,14 +14,6 @@ $(function(){ clearTimeout(timeArr[i]); timeArr[i]=setTimeout(function(){ _this.removeClass("hide").addClass(_amiClass); - _this.on(animationEnd, function() { - if(_elCallback){ - $("."+_elCallback).removeClass(_amiClass).addClass("hide"); - }else{ - // _this.removeClass(_amiClass).addClass(""); - } - }); - },time) }) }) \ No newline at end of file