mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-22 19:44:02 +08:00
10 lines
229 B
JavaScript
10 lines
229 B
JavaScript
layui.use(['jquery', 'helper'], function () {
|
|
|
|
var $ = layui.jquery;
|
|
var helper = layui.helper;
|
|
|
|
var $teacherList = $('#teacher-list');
|
|
|
|
helper.ajaxLoadHtml($teacherList.data('url'), $teacherList.attr('id'));
|
|
|
|
}); |