id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
4119	jQuery.each() ignors checkbox	jbeckton		"{{{
var fields = jQuery(""#checkbox,#text1,#text2"");
console.log(fields); //shows all 3 elements
jQuery.each(fields,function(){
  console.log(this.name + "" = "" + this.value); // missing checkbox
})
}}}"	bug	closed	major	1.3.1	unfiled	1.3.1	invalid				
