.
This commit is contained in:
@@ -34,8 +34,8 @@ CID: {{cid}}
|
||||
$(document).ready(() => {
|
||||
$("ul.answer-list li").each((n, el) => {
|
||||
$(el).click((e) => {
|
||||
console.log(1, el);
|
||||
console.log(2, e);
|
||||
console.log(1, el.dataset.ans);
|
||||
$("#id_answer").val(el.dataset.ans);
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user