mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
refine basic layout.
This commit is contained in:
parent
b6028de319
commit
94a866aa69
3 changed files with 71 additions and 87 deletions
|
|
@ -34,6 +34,7 @@ $(function() {
|
|||
else {
|
||||
$('#layout_gnb>ul>li:first-child .layout_dropdown-content, #layout_gnb>ul>li:first-child .layout_dropdown-content a').css('width', '').css('min-width', '');
|
||||
var targetMenu = $(obj).attr('data-target');
|
||||
$('html,body').animate({scrollTop:0}, 200);
|
||||
$('#' + targetMenu).slideDown('300');
|
||||
|
||||
obj.classList.add("is-active");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue