mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
issue 1629 select signaure editor skins.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10998 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
64dc273bc2
commit
e67b2f450e
5 changed files with 22 additions and 18 deletions
|
|
@ -86,20 +86,7 @@ jQuery(function($){
|
|||
});
|
||||
});
|
||||
|
||||
suForm.find('._imageType')
|
||||
.find('input:checkbox:not(:checked)').closest('tr')
|
||||
.find('._subItem').hide().end()
|
||||
.end()
|
||||
.end()
|
||||
.find('input:checkbox')
|
||||
.change(function(){
|
||||
var $subItem = $(this).closest('tr').find('._subItem');
|
||||
if($(this).is(':checked')) $subItem.show();
|
||||
else $subItem.hide();
|
||||
})
|
||||
.end();
|
||||
|
||||
$('a.modalAnchor._extendFormEdit').bind('before-open.mw', function(event){
|
||||
$('a.modalAnchor._extendFormEdit').bind('before-open.mw', function(event){
|
||||
var memberFormSrl = $(event.target).parent().attr('id');
|
||||
var checked = $(event.target).closest('tr').find('input:radio:checked').val();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue