Guest User

Untitled

a guest
Feb 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. //check all sub boxes
  2. $$('subcategory_'+cat_id).each( function(check_box) {
  3.  
  4. alert(
  5. check_box.checked
  6. );
  7. }
  8. );
Add Comment
Please, Sign In to add comment