Search code examples
jqueryinternet-explorer-10velocity.js

Error in IE10 using velocity.js


Help!

There seems to be some sort of error in velocity.js in regards to being run in IE 10 and below.

I get this highlighted in the console: "var n=r.toString().match(/blur(([0-9]+[A-z]+))/i)" with "Unable to get property 'toString' of undefined or null reference".

Any ideas why?


Solution

  • I had to add an exception that all versions of ie ignore my instances of velocity blur. After that the code ignored the blur and ran perfectly.