2016-12-13 14:22:15 +08:00
|
|
|
$("img[nhname='avatar_image']").attr('src',$("#nh_source_tx").attr('src'));
|
2017-01-06 15:52:34 +08:00
|
|
|
<% if @contest %>
|
|
|
|
var htmlvalue = $("#nh_tx_dialog_html").html();
|
|
|
|
pop_box_new(htmlvalue, 1000, 400);
|
|
|
|
<% else %>
|
2016-12-13 14:22:15 +08:00
|
|
|
$('#ajax-modal').html($("#nh_tx_dialog_html").html());
|
|
|
|
showModal('ajax-modal','460px');
|
|
|
|
$('#ajax-modal').siblings().hide();
|
|
|
|
$('#ajax-modal').parent().removeClass("alert_praise").removeClass("copyCoursePopup");
|
|
|
|
$('#ajax-modal').parent().css("top","30%").css("left","40%");
|
|
|
|
$('#ajax-modal').parent().addClass("alert_box");
|
2017-01-06 15:52:34 +08:00
|
|
|
$('#ajax-modal').parent().css("border", "3px solid #269ac9").css("border-radius", "0").css(" -webkit-border-radius", "0").css(" -moz-border-radius", "0");
|
|
|
|
<% end %>
|