if (eventObject.shiftKey){
$(this).css('border','4px solid #cc0000');
}
else {
$(this).css('border','4px solid #333333');
}
},
function () {
$(this).css('border','none');
});; что не так?
Так это ты скажи, что не так. Что не работает?
Обсуждают сегодня