hi,
if ((typeof obj == "string") || (obj instanceof String)) {
ist diese doppelte Prüfung wirklich nötig?
Ich kann mir irgendwie keinen Fall vorstellen, wo typeof 'string' zurückgibt aber die Variabel kein String ist.
Nein, aber andersherum:
var x = new String("blubb");
alert(typeof x);
- ergibt zumindest im IE 6 (andere gerade nicht zur Hand) "object".
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }