Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for (var i = 0; i <= response.length; i++) {
  2.                     console.log(response[i].zona);
  3.                     console.log(response[i].desde);
  4.                     if (response[i].zona == "3") {
  5.                         $("td[data-id='"+response[i].desde+"']").text("Turno reservado").addClass('hight').find();
  6.                         console.log(response[i].zona);
  7.                     } else if (response[i].zona == "2") {
  8.                         $("td[data-id='"+response[i].desde+"']").text("Turno reservado").addClass('hight').find();
  9.                         console.log(response[i].zona);
  10.                     } else {
  11.                         $("td[data-id='"+response[i].desde+"']").text("Turno reservado").addClass('hight').find();
  12.                         console.log(response[i].zona);
  13.                     };
  14.                 };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement