...
|
...
|
@@ -69,19 +69,6 @@ $(window).scroll(function() { |
|
|
});
|
|
|
});
|
|
|
|
|
|
function rightBarBindClick() {
|
|
|
$('#right-bar .con').find('b').unbind().on('touchstart', function(e) {
|
|
|
var index = $(this).index();
|
|
|
|
|
|
if ($('.bar-' + index).size() > 0) {
|
|
|
document.body.scrollTop = parseInt($('.bar-' + index)[0].offsetTop) - parseInt(brandSwipe - 1);
|
|
|
}
|
|
|
e.stopPropagation();
|
|
|
});
|
|
|
}
|
|
|
|
|
|
rightBarBindClick();
|
|
|
|
|
|
function searchResult() {
|
|
|
var keyword = ($keyword.val() + '').toLowerCase();
|
|
|
var result = {},
|
...
|
...
|
|