remove name attribute from checklist
This commit is contained in:
parent
0e208c1762
commit
163acdd7bc
@ -42,8 +42,7 @@ $(function(){
|
||||
for(var i=0; i<this.sourceData.length; i++) {
|
||||
$label = $('<label>').append($('<input>', {
|
||||
type: 'checkbox',
|
||||
value: this.sourceData[i].value,
|
||||
name: this.options.name
|
||||
value: this.sourceData[i].value
|
||||
}))
|
||||
.append($('<span>').text(' '+this.sourceData[i].text));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user