$(document).ready(function(){
  if ($("#s").length > 0) {
    $("#s").click(function() {
      $("#s").attr("value","");
    });
  }
});