I am using JavaScript and the jQuery library on my site. I want to append CSS classes to my <body> tag based with the following information:
- Browser
- Browser version
- Whether data URI/Base64 is supported
- HTML5 compatibility
Anyone know any JavaScript or jQuery plugins that could assist with this?
You might want to take a look at modernizr [ http://www.modernizr.com/ ]