...
|
...
|
@@ -182,8 +182,8 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() { |
|
|
$(this).addClass('highlight');
|
|
|
}).on('touchend touchcancel', '.tap-hightlight', function() {
|
|
|
$(this).removeClass('highlight');
|
|
|
|
|
|
});
|
|
|
|
|
|
$('.nav-home').on('touchstart', function() {
|
|
|
$('.homebuttom').toggleClass('none');
|
|
|
});
|
...
|
...
|
|