Possible Duplicate:
jQuery removeAttr('type') doesn't work
When I try
$('#button').removeAttr('type');
I get an error:
type property cannot be changed
I was wondering if there is an accurate list of protected html properties.
Possible Duplicate:
jQuery removeAttr('type') doesn't work
When I try
$('#button').removeAttr('type');
I get an error:
type property cannot be changed
I was wondering if there is an accurate list of protected html properties.