A
A
Aigerim11082020-05-24 16:52:42
JavaScript
Aigerim1108, 2020-05-24 16:52:42

Javascript not working in Wordpress?

JavaScript test. Doesn't work in wordpress. Please, help

function getRes() {
    var key = "122021321011421130221141421021421222220201";//номера радиобаттона каждого вопроса (правильные ответы)
     var res = 0;
     for (var i=0; i < (document.forms.length - 1); i++) {
       if (document.forms[i].q[key.charAt(i)].checked) res++;}
     alert("Количество правильных ответов: " + res);}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WP Panda, 2020-05-24
@wppanda5

1) It's impossible to tell why something doesn't work without seeing where it doesn't work.
2) In any case, this is just a function, and in order for it to work, it must be called

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question