All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.scripts.course.DepartTeacher.js Maven / Gradle / Ivy

There is a newer version: 0.41.3
Show newest version
/**
	 * 显示部门列表
	 */
	function displayDepartList(e){
	    var departSelect = getEventTarget(e);
	    if(departSelect.tagName!="SELECT") return;
	    if(departSelect.options.length<=1){
	        for(var i=0;i




© 2015 - 2024 Weber Informatics LLC | Privacy Policy