mentById("pubDate").disabled = true;
// $("#pubinfo").toggleClass("tmsg").html("");
}
}
function displayWordCount(maxlimit){
var wordCount = document.getElementById("chapterContent");
var trueWords = wordCount.value.replace(/\s*/g,"").replace(/\u3000/g,"").length;
var trueWordCount = wordCount.value.replace(/\s*/g,"").replace(/\u3000/g,"");
if (trueWords > maxlimit)
{
wordCount.value = trueWordCount.substring(0, maxlimit);
alert("章节字数不能超过2万字!");
document.getElementById("rttdetailcounter").value = 20000;
}else{
document.getElementById("rttdetailcounter").value = (0 + trueWords);
}
}
一起看吧小说网
宝莹
[退出]
我要充值-->
17K首页
个人中心
我的书架
我的账户
var menutag = document.getElementById("menuhot");
menutag.onmouseover = function(){
this.className = 'menulisthot';
};
menutag.onmouseout = function(){
本章未完,请点击下一页继续阅读!