mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
#471 xe.min.js
This commit is contained in:
parent
37f5b93e40
commit
caec71ed91
2 changed files with 3 additions and 3 deletions
|
|
@ -58,9 +58,9 @@ if(jQuery) jQuery.noConflict();
|
|||
if(typeof(options.wrap) == "string") options.wrap ='#'+options.wrap;
|
||||
|
||||
if(options.wrap) {
|
||||
obj = $(options.wrap).find('input[name='+itemName+']:checkbox');
|
||||
obj = $(options.wrap).find('input[name="'+itemName+'"]:checkbox');
|
||||
} else {
|
||||
obj = $('input[name='+itemName+']:checkbox');
|
||||
obj = $('input[name="'+itemName+'"]:checkbox');
|
||||
}
|
||||
|
||||
if(options.checked == 'toggle') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue