...
|
...
|
@@ -24,6 +24,9 @@ $('#nav-tab').delegate('li', 'touchstart', function() { |
|
|
if ($(this).hasClass('focus')) {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
$navs.toggleClass('focus');
|
|
|
$contents.toggleClass('hide');
|
|
|
|
|
|
$(document).trigger('scroll'); //Trigger lazyLoad
|
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|