...
|
...
|
@@ -78,6 +78,10 @@ $categoryContainer.on('touchend', function(e) { |
|
|
$subLevel.not('.hide').addClass('hide');
|
|
|
$subLevel.eq(index).removeClass('hide');
|
|
|
}
|
|
|
|
|
|
if ($this.find('a').attr('href')) {
|
|
|
location.href = $this.find('a').attr('href');
|
|
|
}
|
|
|
});
|
|
|
|
|
|
$categoryContainer.find('.primary-level').on('touchstart touchend touchcancel', 'li', function() {
|
...
|
...
|
|