Is there a way to show on a web page which browser mode and which document mode is set?
Is this generally possible and is it possible to show/hide some content depending of which mode is switched on?
I would like to use a function to allow upload by drag and drop (see http://blueimp.github.com/jQuery-File-Upload/) but I noticed that this works only when IE is in a specific Document Mode. In case this mode is not switched on I would like to disable the Option to upload by drag and drop.
Courtesy: http://my.opera.com/Schalandra/blog/2012/02/29/how-to-detect-different-browser-mode-and-document-mode-in-ie
Maybe you’ll find this answer helpful too.
https://stackoverflow.com/a/623071/903454