id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
9250,checkbox error,mars.huang@…,,"HTML:
<input type=""checkbox"" onclick=""Check(this)""/>
Javascript:
function Check(obj)
{
    //test print
    alert($(obj).attr(""checked""));
    //IE 8 print """"
    //Firefox print ""undefined""

    if($(obj).attr(""checked""))
    {
     //code....
    }
    else
    {
     //code....
    }
}
",bug,closed,low,1.6.1,attributes,1.6,duplicate,,,,
