Codebox

 Code Box 

$("#main-nav #s").blur(function() {

if (0 === this.value.length) this.value = c;

});


$("#main-nav #s").focus(function() {

if (this.value === c) this.value = "";

});code-box



Post a Comment

0 Comments