* adjust for scroll to selected.

This commit is contained in:
wangyidong
2022-10-26 09:39:05 +08:00
parent 585b12838e
commit d6dc22d7e0
8 changed files with 80 additions and 33 deletions
+9
View File
@@ -124,4 +124,13 @@ if(empty($type)) $type = 'product';
</div>
</div>
</div>
<script>
$('#pageNav .btn-group.angle-btn').click(function()
{
if($(this).hasClass('opened')) return;
$(this).addClass('opened');
scrollToSelected();
})
</script>
<?php include '../../common/view/footer.html.php';?>