$(function() { $('input.keyword').focus(function(e) { $(this).val(''); }).blur(function(e) { if ($(this).val() == '') { $(this).val('enter style #'); } }); });