I only need to detect if the browser is Internet Explorer, regardless of version, and add an "IE" class to my document body, using jQuery 1.9 or Javascript.
I want to avoid using plugins like modernizr because it seems overkill for this.
Context: I'm trying to change some SVG CSS3 styles that are set-up for keyframed animations, which IE doesn't support).