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?
2/24/2011 ~ 1 min read
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?