mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Support dropped.st event on sitemaps
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8961 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8e36f8938e
commit
dbbb7fd196
1 changed files with 3 additions and 0 deletions
|
|
@ -118,6 +118,9 @@ $('form.siteMap')
|
|||
|
||||
$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