Forum Moderators: open
if (tag instanceof Array). This operator is not implemented in IE 5 MAC
to avoid errors in IE5 MAC - any alternative?
if( obj.constructor == Array )
}
This is an other option?
anyway to replace instanceof here with other operator