how to
$("#main-nav #s").blur(function()$("#main-nav #s").blur(function() { if (0 === this.value.length) this.value = c; }); $("#main-nav #s").focus(function() { if (this.value === c) this.value = ""; });
Our website uses cookies to improve your experience. Learn more
Oke