mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Add drop event to admin menu setup script
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9289 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1b561de170
commit
60e210f5d5
1 changed files with 3 additions and 0 deletions
|
|
@ -177,6 +177,9 @@ $('div.adminMenu')
|
|||
|
||||
$this.slideDown(100, function(){ $this.removeClass('active') });
|
||||
$li.slideUp(100, function(){ var $par = $li.parent(); $li.remove(); if(!$par.children('li').length) $par.remove() });
|
||||
|
||||
// trigger 'dropped.st' event
|
||||
$this.trigger('dropped.st');
|
||||
});
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue