fix $.cb.checked
This commit is contained in:
parent
8a7d1999a7
commit
aa723fe827
@ -245,7 +245,7 @@
|
||||
},
|
||||
cb: {
|
||||
checked: function() {
|
||||
return $.getValue(this.name, this.checked);
|
||||
return $.setValue(this.name, this.checked);
|
||||
},
|
||||
value: function() {
|
||||
return $.setValue(this.name, this.value);
|
||||
|
||||
@ -150,7 +150,7 @@ $.extend $,
|
||||
r
|
||||
cb:
|
||||
checked: ->
|
||||
$.getValue @name, @checked
|
||||
$.setValue @name, @checked
|
||||
value: ->
|
||||
$.setValue @name, @value
|
||||
deleteValue: (name) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user