國中語文第三課「雅量」
警告!以下內容請確定你滿18歲再點開來看!
【點我打開】
$(document).ready(function(){
$(“#tempButton”).click(function(){
$(“#tempClick”).hide();
$(“#tempShow”).animate({
“height”: “toggle”, “opacity”: “toggle”
}, 400);
});
});