Sitemap UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9137 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-09 04:53:05 +00:00
parent a534ebce70
commit f990fe7211
11 changed files with 2074 additions and 130 deletions

View file

@ -181,8 +181,8 @@ $('form.siteMap')
$('a.tgMap').click(function() {
var $this = $(this);
$($this.attr('href')).slideToggle('fast');a
$this.closet('.sitemap').toggleClass('fold');
$($this.attr('href')).slideToggle('fast');
$this.closest('.siteMap').toggleClass('fold');
return false;
});