Hi, I need some help with the javascript code for a check/uncheck button. The code that I have will select all but will not unselect all when clicked again. Please help.
var questionId = this.questionId;
var that = this;
jQuery("#"+questionId+" .QuestionText").append("
");
jQuery('#Select1').click(function() {
for (var i = 1; i < 9; i++) {
that.setChoiceValue(i, true);
}
})
Check/Uncheck Button
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
