Many organizations have a group policy that forces IE into compatibility mode for all Intranet sites. Adding the tag <meta http-equiv="X-UA-Compatible" content="IE=edge" /> will ensure that jquery works and that the site loads properly.
Consider adding this tag to the documentation and/or the example html file.
Many organizations have a group policy that forces IE into compatibility mode for all Intranet sites. Adding the tag
<meta http-equiv="X-UA-Compatible" content="IE=edge" />will ensure that jquery works and that the site loads properly.Consider adding this tag to the documentation and/or the example html file.