Can\'t get Parallax working properly in IE or Microsoft Edge. I\'ve looked in forums and haven\'t found a solution to the problem. I\'ve come up with hopefully a solution fo
For me better this:
var uA = window.navigator.userAgent,
isIE = /msie\s|trident\/|edge\//i.test(uA) && !!(document.uniqueID || document.documentMode || window.ActiveXObject || window.MSInputMethodContext),
checkVersion = (isIE && +(/(edge\/|rv:|msie\s)([\d.]+)/i.exec(uA)[2])) || NaN;
Go run: http://jsfiddle.net/Webnewbie/apa1nvu8/