Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. x = document.querySelector('div[id="NEW_ROLE"] input');
  2. x.value = 'hello';
  3. x.defaultValue = 'hello';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement