From 2a13598b3e17793cdb6a05da10008ad4215787db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=A5=9A?= <823169880@qq.com> Date: Tue, 15 Jan 2019 09:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/jsFile/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/jsFile/search.js b/web/jsFile/search.js index c4482c1..b74575a 100644 --- a/web/jsFile/search.js +++ b/web/jsFile/search.js @@ -2,7 +2,7 @@ $(document).ready(function () { $(document).off('click',searchmsg).on('click','.search-button',searchmsg); $(document).off('keydown',searchmsg).on('keydown','.search-input',KDsearchmsg); $(document).off('click',teacherSelect).on('click','.select-it.teacher',teacherSelect); - $(document).off('click',studentSelect).on('click','.select-it.teacher',studentSelect); + $(document).off('click',studentSelect).on('click','.select-it.student',studentSelect); }) function searchmsg(e) { if($('.search-input').val()=='')