2/24/2011 ~ 1 min read

Sad But Unsurprising


The following JavaScript doesn’t work in IE:

var list = [‘.item1’, ‘.item2’, ‘.item3’, ’… list.forEach( function (item) { $(item).hide(); });

Sad. I wonder if the array object could be extended r prototyped to add that if IE is detected?


Headshot of Matthew Hippely

Hi, I’m Matthew. I live in Ventura County, and spend my time thinking about systems, software, and how things evolve over time.

You can find me on GitHub, LinkedIn, or read more about me here.