Skip to content

Instantly share code, notes, and snippets.

@tmpaul06
Last active January 13, 2020 09:36
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 tmpaul06/0557e4d5164c623e38d6873a353207ee to your computer and use it in GitHub Desktop.
Save tmpaul06/0557e4d5164c623e38d6873a353207ee to your computer and use it in GitHub Desktop.
Create button codeplaya code
mode=javascript/javascript:text/javascript**
speed=1**
data=[{"change":{"origin":"+input","duration":7964,"text":["const button = document.createElement('button');\n"],"from":{"line":0,"ch":0},"to":{"line":0,"ch":48}},"time":1578906982525},{"change":{"from":{"line":1,"ch":0,"sticky":null},"to":{"line":1,"ch":0,"sticky":null},"text":["",""],"removed":[""],"origin":"+input"},"time":1578906990621},{"change":{"origin":"+input","duration":9203,"text":["button.innerText = 'Click me';\n"],"from":{"line":2,"ch":0},"to":{"line":2,"ch":30}},"time":1578906992447},{"change":{"from":{"line":3,"ch":0,"sticky":null},"to":{"line":3,"ch":0,"sticky":null},"text":["",""],"removed":[""],"origin":"+input"},"time":1578907001967},{"change":{"origin":"+input","duration":7206,"text":["const main = document.querySelector('main');\n"],"from":{"line":4,"ch":0},"to":{"line":4,"ch":44}},"time":1578907003860},{"change":{"from":{"line":5,"ch":0,"sticky":null},"to":{"line":5,"ch":0,"sticky":null},"text":["",""],"removed":[""],"origin":"+input"},"time":1578907011423},{"change":{"origin":"+input","duration":5271,"text":["main.appendChild(button);"],"from":{"line":6,"ch":0},"to":{"line":6,"ch":24}},"time":1578907012062},{"change":{"from":{"line":5,"ch":0,"sticky":"after","xRel":240.0625},"text":["",""],"removed":[""],"origin":"+input"},"time":1578907017912},{"change":{"origin":"+input","duration":2706,"text":["// Add button to main"],"from":{"line":6,"ch":0},"to":{"line":6,"ch":20}},"time":1578907018997}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment