$(function () { GetTheoryChaptList(); // GetResourceList(); $("li[name='lichapter']").live("click", function () { $("li[name='lichapter'] .active").removeClass("active") $(this).children().addClass("active"); $("#hdchapterId").val($("li[name='lichapter'] .active").attr("chapterid")); $("#labcurchapterName").text($("li[name='lichapter'] .active").text()) $("#ulstudentresource").empty(); GetResourceList(); }); $("#labcurchapterName").text($("li[name='lichapter'] .active").text()) $(".pop-button .btn").click(function () { $(".popup").hide(); $(".windowBg").hide(); }); }) //获取章节列表 function GetTheoryChaptList() { pageResourceHelper.Init({ url: "/Student/StuResource/GetTheoryChaptList", type: "POST", pageDiv: "#pages", async: false, data: { }, bind: function (data) { var html = ""; $(data.Data).each(function (index, dom) { html += "
" + dom.ResourceName + "