.trim() in JavaScript not working in IE
2022-08-29 23:13:21
I tried to apply .trim()
to a string in one of my JavaScript programs. It's working fine under Mozilla, but an error displays when I try it in IE8. Does anyone know what is going on here? Is there anyway I can make it work in IE?
code:
var ID = document.getElementByID('rep_id').value.trim();
error display:
Message: Object doesn't support this property or method Line: 604 Char: 2 Code: 0 URI: http://test.localhost/test.js