mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
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:
parent
a534ebce70
commit
f990fe7211
11 changed files with 2074 additions and 130 deletions
|
|
@ -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;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue