Guest User

Untitled

a guest
Dec 15th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $.each(data.arrayofObjs, function (index, item) {
  2.  
  3. if (data.arrayofObjs[0].objsIDfield == 3222) {
  4. window.alert("correct!");
  5.  
  6. } else {
  7.  
  8. }
  9. });
Add Comment
Please, Sign In to add comment