$(document).ready(function(){
  $('#search input:text').autofill({
    value: "Search..."
  });
});