'trim()' javascript function issues with Internet Explorer -


trim() not working in internet explorer(it's working in chrome , firefox). need trim value prevent empty spaces.

if turns out ie bug, can implement own workaround using regex in javascript left trim function sample - sample can expanded trim both left , right sides. regex should work in browsers.


Comments