Remove width/height attributes from Image

Remove width/height attributes from Image

I use the following code to load image

$(img).load(function () { $(img).addClass("itmImgClass"); }).attr("src", itemData.begedurl);

How can I remove the width and height attributes from the resulting image markup ?