var tds = document.getElementsByClassName('mapping');
for (var i=0; i < tds.length; i++ ) {
var x = tds[i];
if (x.childElementCount == 1) {
var inp = x.childNodes[1];
if (inp.getAttribute('id') == 'rank-1') {
inp.setAttribute('checked', 'checked');
} else {
inp.removeAttribute('checked')
} } }
Mittwoch, 17. Juni 2009
Wenn man 60 iPhone-Applikationen auf einmal als harmlos werten soll, hilft so ein Booklet vielleicht ein bisschen, die zehn Klicks je Applikation auf ein Cmd-1 zu verkürzen:
Abonnieren
Kommentare zum Post (Atom)
0 Kommentare:
Kommentar veröffentlichen