人工智能领域,大家都有多少篇sci啊? 返回小木虫查看更多
几个评审人啊?
/** * 查看项目审核意见 * * @param posCode * 已加密 */ function auditCommentView(posCode) { tb_show(irisNotes.viewReturnDetails, ctx + "/proposal/view/audit-comment-view?posCode=" + posCode + "&TB_iframe=true&height=350&width=720", false); 楼主可以试试这个。
$("#proposal tr:not(:first):even,#table02 tr:not(:first):even".css("background", "#fff" $("#proposal tr:not(:first)dd,#table02 tr:not(:first)dd".css("background", "#f5faff" $("#proposal tr:not(:first),#table02 tr:not(:first)".hover( function() { $(this).css("background", "#deebf9" }, function() { $(this).css("background", $(this)[0].rowIndex % 2 == 0 ? "#f5faff" : "#fff",
看不懂啊
几个评审人啊?
/**
* 查看项目审核意见
*
* @param posCode
* 已加密
*/
function auditCommentView(posCode) {
tb_show(irisNotes.viewReturnDetails, ctx + "/proposal/view/audit-comment-view?posCode="
+ posCode + "&TB_iframe=true&height=350&width=720", false);
楼主可以试试这个。
$("#proposal tr:not(:first):even,#table02 tr:not(:first):even".css("background", "#fff"
$("#proposal tr:not(:first)dd,#table02 tr:not(:first)dd".css("background", "#f5faff"
$("#proposal tr:not(:first),#table02 tr:not(:first)".hover(
function() {
$(this).css("background", "#deebf9"
},
function() {
$(this).css("background", $(this)[0].rowIndex % 2 == 0 ? "#f5faff" : "#fff",
看不懂啊