Skip to content

Commit da3bf38

Browse files
committed
radio box fix on chrome
1 parent b7b5c9e commit da3bf38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jquery.custom.forms-0.5.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@
133133
},
134134
change: function() {
135135
fakeElement.addClass(_this.setClass('focused'));
136-
if (!_this.isRadio(element)) {
136+
if (_this.isRadio(element)) {
137+
toggleFormElement();
138+
} else {
137139
fakeElement.toggleClass('checked');
138140
}
139141
}

0 commit comments

Comments
 (0)