...
|
...
|
@@ -214,7 +214,7 @@ function tsAnimate() { |
|
|
|
|
|
setTimeout(tsAnimate, 3000);
|
|
|
|
|
|
$('.home-header .search-btn').on('touchstart', function() {
|
|
|
$('.home-header .iconfont').on('touchstart', function() {
|
|
|
$(this).addClass('highlight');
|
|
|
}).on('touchend touchcancel', function() {
|
|
|
$(this).removeClass('highlight');
|
...
|
...
|
|