Guest User

Untitled

a guest
Nov 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var isFill = true;
  2.  
  3. $(".na[checked!=true]")
  4. .each(function () {
  5. var filter = $(this).attr("id") + ':checked';
  6. if ($("." + filter).length == 0)
  7. isFill = false;
  8. });
Add Comment
Please, Sign In to add comment