Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $('#select-all-none > label').click(function ()
- {
- $('#facets label > input').each(function()
- {// how could I access '#facets label > input[*]'
- alert($(this).attr('id'));
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment