This code not working in Internet Explorer 8.
documenttab.query('.field,.button').forEach(function(c){c.setDisabled(false);});
I get the error SCRIPT438: Object doesn't support property or method 'forEach'
This code not working in Internet Explorer 8.
documenttab.query('.field,.button').forEach(function(c){c.setDisabled(false);});
I get the error SCRIPT438: Object doesn't support property or method 'forEach'