|
|
|
@ -21,11 +21,13 @@
|
|
|
|
|
}
|
|
|
|
|
$("#intro_content_show_<%= homework_common.id%>").click(function(){
|
|
|
|
|
$("#homework_description_<%= homework_common.id%>").toggleClass("maxh360");
|
|
|
|
|
$("#homework_description_<%= homework_common.id%>").toggleClass("lh18");
|
|
|
|
|
$("#intro_content_show_<%= homework_common.id%>").hide();
|
|
|
|
|
$("#intro_content_hide_<%= homework_common.id%>").show();
|
|
|
|
|
});
|
|
|
|
|
$("#intro_content_hide_<%= homework_common.id%>").click(function(){
|
|
|
|
|
$("#homework_description_<%= homework_common.id%>").toggleClass("maxh360");
|
|
|
|
|
$("#homework_description_<%= homework_common.id%>").toggleClass("lh18");
|
|
|
|
|
$("#intro_content_hide_<%= homework_common.id%>").hide();
|
|
|
|
|
$("#intro_content_show_<%= homework_common.id%>").show();
|
|
|
|
|
});
|
|
|
|
|