实训添加合作者报500

This commit is contained in:
daiao 2017-08-25 15:29:49 +08:00
parent 5b6156ff4c
commit c87c73d2ee
2 changed files with 6 additions and 7 deletions

View File

@ -26,4 +26,9 @@
<span class="color-orange fl none" id="add_teacher_notice"></span>
</div>
</div>
</div>
</div>
<script>
$("#search_not_collaborators").on('input', function (e) {
throttle(search_not_teacher_f, window, e);
});
</script>

View File

@ -1,9 +1,3 @@
$(function() {
$("#search_not_collaborators").on('input', function (e) {
throttle(search_not_teacher_f, window, e);
});
});
var lastteSearchCondition = '';
function search_not_teacher_f(e){
console.log($(e.target).val().trim());