Created
June 1, 2018 07:47
-
-
Save wiyoe/dce1985ce8b7bff933c2b15b895b9196 to your computer and use it in GitHub Desktop.
Javascript username input selector.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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