Drupal.behaviors.placeholder = function(context) {
  $('input.placeholder, textarea.placeholder', context).placeholder();
}