mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +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(typeof(options.wrap) == "string") options.wrap ='#'+options.wrap;
|
||||||
|
|
||||||
if(options.wrap) {
|
if(options.wrap) {
|
||||||
obj = $(options.wrap).find('input[name='+itemName+']:checkbox');
|
obj = $(options.wrap).find('input[name="'+itemName+'"]:checkbox');
|
||||||
} else {
|
} else {
|
||||||
obj = $('input[name='+itemName+']:checkbox');
|
obj = $('input[name="'+itemName+'"]:checkbox');
|
||||||
}
|
}
|
||||||
|
|
||||||
if(options.checked == 'toggle') {
|
if(options.checked == 'toggle') {
|
||||||
|
|
|
||||||
2
common/js/xe.min.js
vendored
2
common/js/xe.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue