...
|
...
|
@@ -18,3 +18,10 @@ $questionTab.on('touchend', function() { |
|
|
$('.question-list').removeClass('current');
|
|
|
$(clickTab).addClass('current');
|
|
|
});
|
|
|
|
|
|
$('.yoho-page').on('touchstart', '.connect-item, .question-item', function() {
|
|
|
$(this).siblings().removeClass('highlight');
|
|
|
$(this).addClass('highlight');
|
|
|
}).on('touchend touchcancel', '.connect-item, .question-item', function() {
|
|
|
$(this).removeClass('highlight');
|
|
|
}); |
...
|
...
|
|