Skip to content

Instantly share code, notes, and snippets.

@Nua07
Created April 16, 2021 03:19
Show Gist options
  • Save Nua07/85b484b9ca4ee4fc14fd208853954f0e to your computer and use it in GitHub Desktop.
Save Nua07/85b484b9ca4ee4fc14fd208853954f0e to your computer and use it in GitHub Desktop.
liveworksheet_auto_selector
let elements = $("div#capa1>*")
for(let i = 0; i < elements.length; i++) {
if(contenidorellenado[i][0] == "select:yes"){
selectanswer(i)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment