mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Admin UI minor update. Layer close JS added.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11247 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
55da889cb2
commit
90a66074ab
2 changed files with 10 additions and 0 deletions
|
|
@ -11,6 +11,11 @@ jQuery(function($){
|
||||||
$($(this).attr('data-toggle')).toggle();
|
$($(this).attr('data-toggle')).toggle();
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
// Close Layer
|
||||||
|
$('.x [data-close^="#"]').click(function(){
|
||||||
|
$($(this).attr('data-close')).hide();
|
||||||
|
return false;
|
||||||
|
});
|
||||||
// GNB Height 100%
|
// GNB Height 100%
|
||||||
var $xBody = $('.x>.body');
|
var $xBody = $('.x>.body');
|
||||||
var $xContent = $xBody.find('>.content');
|
var $xContent = $xBody.find('>.content');
|
||||||
|
|
|
||||||
5
modules/admin/tpl/js/admin.min.js
vendored
5
modules/admin/tpl/js/admin.min.js
vendored
|
|
@ -11,6 +11,11 @@ jQuery(function($){
|
||||||
$($(this).attr('data-toggle')).toggle();
|
$($(this).attr('data-toggle')).toggle();
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
// Close Layer
|
||||||
|
$('.x [data-close^="#"]').click(function(){
|
||||||
|
$($(this).attr('data-close')).hide();
|
||||||
|
return false;
|
||||||
|
});
|
||||||
// GNB Height 100%
|
// GNB Height 100%
|
||||||
var $xBody = $('.x>.body');
|
var $xBody = $('.x>.body');
|
||||||
var $xContent = $xBody.find('>.content');
|
var $xContent = $xBody.find('>.content');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue