实训添加合作者报500
This commit is contained in:
parent
5b6156ff4c
commit
c87c73d2ee
|
|
@ -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>
|
||||
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue