Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- https://zzzscore.com/1to50/en/#
- */
- /*
- for (g = 1; g <= 26; g++) {
- kerjakan();
- }
- */
- function kerjakan() {
- nkotak = document.getElementsByClassName("box").length;
- //console.log("nkotak = " + nkotak);
- for (i = 0; i <= nkotak; i++) {
- //console.log("i=" + i);
- vKotak = document.getElementsByClassName("box")[i].nextSibling.nodeValue
- //console.log("vKotak=" + vKotak + " vs " + level.toString());
- if (vKotak == level.toString()) {
- $(document.getElementsByClassName("box")[i]).trigger("tap");
- return;
- }
- }
- }
Add Comment
Please, Sign In to add comment