D
|
danaci 3/10/2013 |
$('input:text').focus( |
J
|
jackolantern 3/12/2013 |
$('input:text').focus( function(){ $(this).css({'background-color' : '#FFFFEEE'}); });
|
S
|
sickacid author 3/13/2013 |
Put the code in the JavaScript onload event. |