This commit is contained in:
yutao 2015-06-12 14:49:50 +08:00
parent 0ca913bc83
commit e8369b2f25
1 changed files with 6 additions and 1 deletions

View File

@ -190,7 +190,12 @@ function nh_init_board(params){
params.textarea.hide(); params.textarea.hide();
//params.jumphref.attr('href','#'+params.form.attr('id')); //params.jumphref.attr('href','#'+params.form.attr('id'));
//params.jumphref[0].click(); //params.jumphref[0].click();
}else params.inputsubject.focus(); }else{
params.textarea.show();
params.textarea.focus();
params.textarea.hide();
// params.inputsubject.focus();
}
} }
}); });
params.textarea.data('init','1');//标记为已经初始化 params.textarea.data('init','1');//标记为已经初始化