In IE browser alone, set the attribute element is not working using j query. Is there any alternative way to set the attribute using j query or java script. See the below snippet which is not working in IE alone.
obj_KLImages.each(function(){
$(this).attr('src', ishttpHead($(this).attr('longdesc')));
});