Is it possible to remove all attributes at once using jQuery?
to
Today I have same issue. I think that it will be useful for you
var clone = $(node).html(); clone = $(''+ clone +''); clone.addClass('tmcRow');