I have the following code.
$(document).ready(function(){ $(\'#listing img\') .attr(\'width\', 250) .removeAttr(\'height\').removeAttr(\'align\').removeAttr(\'
Yes :
.removeAttr('height align style')
From the documentation :
as of version 1.7, it can be a space-separated list of attributes.