Guest User

Untitled

a guest
Apr 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // vérif checkbox zones
  2.             if(error == null)
  3.             {
  4.                 for(var i=0; i < $("#list_zones").length; i++)
  5.                 {
  6.                     if($("#list_zones").checked == true && error == null)
  7.                     {
  8.                         error = "You should check off at least one checkbox";
  9.                     }
  10.                 }
  11.             }
Add Comment
Please, Sign In to add comment