Advertisement
Guest User

checkbox code

a guest
Sep 3rd, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. this.answers.each(_(function (model, i) {
  2.        if (model.get('response') === "1") {
  3.             this.$('#' + modelId + '_checkbox_' + i).prop("checked", true);
  4.        }
  5. }).bind(this));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement