jquery's every() doesn't work on Internet Explorer
Posted
by ripper234
on Stack Overflow
See other posts from Stack Overflow
or by ripper234
Published on 2010-05-10T06:11:46Z
Indexed on
2010/05/10
6:24 UTC
Read the original article
Hit count: 118
When I run the following javascript in IE, I get "Error: Object doesn't support this property or method" on "data.every(...)".
It works in Chrome/Firefox.
© Stack Overflow or respective owner