$(document).ready(function() {
  $('input:text[placeholder]').simplePlaceholder();
  
});
