Created
April 16, 2021 03:19
-
-
Save Nua07/85b484b9ca4ee4fc14fd208853954f0e to your computer and use it in GitHub Desktop.
liveworksheet_auto_selector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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