I have the following code.
$(document).ready(function(){ $('#listing img') .attr('width', 250) .removeAttr('height').removeAttr('align').removeAttr('style') .wrap('<p />'); });
Is there a more efficient way to remove multiple attributes?
jquery
somecallmejosh Dec 05 2018-12-12T00: 00Z
source share