|
|
@ -38,16 +38,19 @@ function expand_tools_expand()
|
|
|
|
function show_more_msg(){
|
|
|
|
function show_more_msg(){
|
|
|
|
$("#course_description").toggleClass("course_description_none");
|
|
|
|
$("#course_description").toggleClass("course_description_none");
|
|
|
|
var information = $("#expend_more_information");
|
|
|
|
var information = $("#expend_more_information");
|
|
|
|
|
|
|
|
var arrow = $("#arrow");
|
|
|
|
var val = information.attr("value");
|
|
|
|
var val = information.attr("value");
|
|
|
|
if (val=="展开更多信息" )
|
|
|
|
if (val=="展开更多信息" )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$("#expend_more_information").text("收起描述信息");
|
|
|
|
$("#expend_more_information").text("收起描述信息");
|
|
|
|
information.attr("value","收起描述信息");
|
|
|
|
information.attr("value","收起描述信息");
|
|
|
|
|
|
|
|
arrow.attr("src","/images/jiantouup.jpg")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$("#expend_more_information").text("展开更多信息");
|
|
|
|
$("#expend_more_information").text("展开更多信息");
|
|
|
|
information.attr("value","展开更多信息");
|
|
|
|
information.attr("value","展开更多信息");
|
|
|
|
|
|
|
|
arrow.attr("src","/images/jiantou.jpg")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|