$(document).ready(function(){ $('.npt_srch').blur(function(){ if(this.value==='') { $('.npt_srch').animate ({ width: "60px" },400); } }); });