IE Javascript Regex bug Fails Jquery trim
If you are using $.trim(astring) in IE, even in IE8, the leading and trailing spaces are not trimmed at all.
This is due to a bug of javascript regex implementation by ie not including \xa0 into \s.
Read the rest of this entry »
