/modules/member/ UI Cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11777 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-18 08:30:42 +00:00
parent 2bfa12d829
commit 978a9e272f
14 changed files with 243 additions and 246 deletions

View file

@ -250,7 +250,6 @@ $.fn.xeModalWindow = function(){
} else {
$this.trigger('open.mw');
}
return false;
})
.bind('open.mw', function(){

View file

@ -52,6 +52,9 @@ jQuery(function($){
var $this = $(this);
$this.parent('li').addClass('x_active').siblings().removeClass('x_active');
$this.closest('.x_nav-tabs').next('.x_tab-content').find('>.x_tab-pane').eq($this.attr('data-index')-1).addClass('x_active').show().siblings().removeClass('x_active').hide();
$(this).parents('.x_tabbable').trigger('tab_change', [parseInt($(this).attr('data-index'))-1, $(this)]);
return false;
});
// GNB
@ -247,7 +250,6 @@ $.fn.xeModalWindow = function(){
} else {
$this.trigger('open.mw');
}
return false;
})
.bind('open.mw', function(){