Skip to content

Instantly share code, notes, and snippets.

@Antoinebr
Created August 23, 2018 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Antoinebr/77f6941bb9d394e064814dfcf23d78db to your computer and use it in GitHub Desktop.
Save Antoinebr/77f6941bb9d394e064814dfcf23d78db to your computer and use it in GitHub Desktop.
[...document.querySelectorAll('input')].forEach( input => {
input.setAttribute('value', `my type is ${input.getAttribute('type')}`);
input.setAttribute('style', `color:black; font-size:20px; font-weight:bold;`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment