滚动到顶部

dev_haigong
cxt 6 years ago
parent b9da38e82a
commit 787acee2ea

@ -4,4 +4,5 @@ $(".click_active.active").html(html);
if($(".add_choose_type").length == 0 && $(".click_active").length < 11){
var html_1 ='<a href="<%= new_choose_question_shixun_challenge_path(@challenge, :shixun_id => @shixun) %>" data-remote="true" data-tip-down="新增选择题" class="add_choose_type" onclick="addChooseType(this);">+</a>';
$(".click_active.active").after(html_1);
}
}
$(window).scrollTop(0);
Loading…
Cancel
Save