Toby Ho
Javascript. WWW. Code.
Trying to Index Strings in IE
May 26 ’09 · programming javascript crossbrowser ie
'abc'[0]
gets you
undefined
in IE. The correct way is to do 'abc'.charAt(0).
Please enable JavaScript to view the
comments powered by Disqus.
blog comments powered by
Disqus