Skip to content

Instantly share code, notes, and snippets.

@xerdink
Created January 17, 2018 18:36
Show Gist options
  • Save xerdink/a522c6ef3cfc4c7531145d38140a4065 to your computer and use it in GitHub Desktop.
Save xerdink/a522c6ef3cfc4c7531145d38140a4065 to your computer and use it in GitHub Desktop.
var a = document.getElementById('bailwal_overlay_frame'); var inner = a.contentDocument || a.contentWindow.document; var b = inner.getElementsByTagName('input'); for(var i = 0; i < b.length; i++) { if(b[i].id.includes('_4')) b[i].checked = true; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment