$(document).ready(function(){ $('input').focus(function(){ $(this).css('outline-color','#FF0000'); }); });
$(document).ready(function(){ $('input')
.focus(function()
{ $(this).css('outline-color','#FF0000'); }); });
No comments:
Post a Comment