Skip to content

Instantly share code, notes, and snippets.

@puiutucutu
Created October 23, 2015 01:18
Show Gist options
  • Save puiutucutu/38b6f07dede85115b67f to your computer and use it in GitHub Desktop.
Save puiutucutu/38b6f07dede85115b67f to your computer and use it in GitHub Desktop.
var table = document.getElementById("geocodeTable")
var buttons = document.querySelectorAll('[run-geocode]')
var buttons = document.getElementsByClassName('run')
var buttonsTag = document.getElementsByTagName('button')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment