Skip to content

Instantly share code, notes, and snippets.

@bchumney
Created October 27, 2013 03:06
Show Gist options
  • Save bchumney/7177545 to your computer and use it in GitHub Desktop.
Save bchumney/7177545 to your computer and use it in GitHub Desktop.
Testing for Placeholder Functionality
if ( !!( 'placeholder' in document.createElement('input') ) ) {
//placeholder supported
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment