[jQuery] check for checked
I have a jquery selection of input tags of type checkbox, I want to
filter out those that are checked. Feels like it should be something
easy like
$('input[@checked=checked]', checkboxes);
andreas
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/