JavaScript Support and Array.indexOf in IE by Le Kevin · January 29, 2010 if (!Array.indexOf) { Array.prototype.indexOf = function (obj, start) { for (var i = (start || 0); i < this.length; i++) { if (this[i] == obj) { return i; } } } } Share
0 Bầu Cử Ðại Diện Cộng Ðồng Nam California – 2010 April 23, 2010 by Le Kevin · Published April 23, 2010
0 Why Apple Changed Section 3.3.1 by John Gruber April 11, 2010 by Le Kevin · Published April 11, 2010
0 Viet Bao Writing on America Awards 2008 February 22, 2008 by Le Kevin · Published February 22, 2008 · Last modified January 9, 2009