User:Canadabonk/sandbox.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 63:
colorlist += x + ": " + list[x] + '\n';
}
console.log('printcolors worked');
listclass = "." + list.constructor.name;
$(listclass"." + list.constructor.name).texthtml(colorlist);
}
Line 90:
console.log(color);
$(e.target).siblings('input'this).attr('value', color);
$(this).siblings('input').attr('value', color);
switch($(this).parent().attr('class')) {
case 'lightcol':
250

edits