Details
Description
The javascript method attachEvent was replaced with the method addEventListener in IE11.
JQuery 1.10.1 still uses this method in case of IE > 8. This will cause javascript compilation errors.
JQuery 1.10.2 seems to have solved this problem.