edlopez

Untitled

Mar 13th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.20 KB | None | 0 0
  1. $('#select-all-none > label').click(function ()
  2. {
  3.     $('#facets label > input').each(function()
  4.     {// how could I access '#facets label > input[*]'
  5.         alert($(this).attr('id'));
  6.     });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment