Skip to content

Instantly share code, notes, and snippets.

@wiyoe
Created June 1, 2018 07:47
Show Gist options
  • Select an option

  • Save wiyoe/dce1985ce8b7bff933c2b15b895b9196 to your computer and use it in GitHub Desktop.

Select an option

Save wiyoe/dce1985ce8b7bff933c2b15b895b9196 to your computer and use it in GitHub Desktop.
Javascript username input selector.
document.querySelector("input[type='password']").parentElement.parentElement.querySelector("input[type='text']").value;
document.querySelector("input[type='password']").parentElement.parentElement.querySelector("input[type='email']").value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment