Сообщение от ArsenInvoker
|
Sigizmund2012,
покажеш
|
Для 2-го куска кода:
$(document).keyup(function(e){
switch(e.keyCode){
case 81: $('#quas').css({
width: '128px',
height: '128px'
});
break;
case 87: $('#wex').css({
width: '128px',
height: '128px'
});
break;
case 69: $('#exort').css({
width: '128px',
height: '128px'
});
break;
case 82: $('#invoke').css({
width: '128px',
height: '128px'
});
break;
}
});