id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
8112	"Set ""name"" attribute using attr doesn't work on IE 8"	carloseugenio@…	carloseugenio@gmail.com	"Hi! This code:

{{{
	//Getting the checkbox
	var checkbox = $row.find(':checkbox');
	//Change the checkbox id and name
	checkbox.attr('id', 'disassociate-questions');
	checkbox.attr('name', 'disassociate-questions');
	var row_html_to_add = $row.html();
	alert(""Row html: "" + row_html_to_add);
}}}


Alerts only id attribute changed to the new value. The attribute '''name''' doesn't change on IE8. In Chrome and Firefox it works correctly.

Regards.
Carlos Eugênio."	bug	closed	low	1.next	attributes	1.5	invalid				
