2015-01-22 17:03:01 +08:00
|
|
|
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'projects/join_project') %>');
|
2015-06-26 14:31:08 +08:00
|
|
|
showModal('ajax-modal', '540px');
|
2015-01-22 17:03:01 +08:00
|
|
|
$('#ajax-modal').css('height','260px');
|
2015-07-10 15:01:44 +08:00
|
|
|
//$('#ajax-modal').siblings().remove();
|
|
|
|
$('#ajax-modal').siblings().hide();
|
2015-01-22 17:03:01 +08:00
|
|
|
$('#ajax-modal').before("<span style='float: right;cursor:pointer;padding-left: 513px;'>" +
|
|
|
|
"<a href='#' onclick='hidden_join_course_form();'><img src='/images/bid/close.png' width='26px' height='26px' /></a></span>");
|
|
|
|
$('#ajax-modal').parent().removeClass("alert_praise");
|
|
|
|
$('#ajax-modal').parent().css("top","").css("left","");
|
|
|
|
$('#ajax-modal').parent().addClass("alert_box");
|