I've been messing around with using .getAttribute() in some of my DOM scripts, and I need to access the class attribute of an element. Here we have a problem.<BR><BR>In IE: getAttribute("className") ...
Recently our development team needed to find a way to manipulate the body of an article and return JSON objects of all the body content. This was because of the constraints of the Apple News ...