hi,
Ich wollte nur mal wissen ob man mit der Fallunterscheidung auch Berreiche abfragen kann ... also zum beispiel > 1 oder so.
switch(true) {
case a > 5:
...;
break;
case a <= 5:
...;
break;
}
sollte m.W. auch in javascript funktionieren.
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }