mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 17:49:58 +09:00
attach ui update
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7846 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ccf91bf230
commit
6c622c4ca5
13 changed files with 3716 additions and 3699 deletions
|
|
@ -2114,9 +2114,11 @@ FileUpload = xe.createPlugin('FileUpload', {
|
|||
$par.find('button.ctr').addClass('show');
|
||||
}
|
||||
)
|
||||
.delegate('button.ctr', 'focus', function(){ $(this).mouseover() })
|
||||
.delegate('button.ctr', 'mouseout',
|
||||
function(){ $(this).parent().find('button.ctr').removeClass('show'); }
|
||||
)
|
||||
.delegate('button.ctr', 'blur', function(){ $(this).mouseout() })
|
||||
.delegate('button.ctr.ins', 'click',
|
||||
function(){
|
||||
var $this = $(this), $item = $this.parent(), file_url = $this.parent().data('url');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue