$(document).ready(function() {

  $("input[type=text],input[type=email], textarea").placehold();
    
});
