diff --git a/safesite/templates/question.html b/safesite/templates/question.html
index 457b589f..1a797ae2 100644
--- a/safesite/templates/question.html
+++ b/safesite/templates/question.html
@@ -51,15 +51,23 @@
导入试题
{% endif %}
-
-
-
-
-
-
-
-
+
+
+
@@ -271,6 +279,13 @@
$.messager.alert('提示', '请选择一道题目!');
}
}
+ $("#showAll").click(function () {
+ if ($(this).prop("checked")) {
+ alert("选中");
+ } else {
+ alert("没有选中");
+ }
+ });
document.getElementById('drfile').onchange = function () {
var fileObj = this.files[0];
var url = 'drapi?a=question'