c#页面中引用了KindEditor 4.0,请问在javascript 中该怎么获取其值?

<textareaid="Description"name="Description"cols="80"rows="10"style="width:916px;heigh... <textarea id="Description" name="Description" cols="80" rows="10" style="width:916px;height:720px;visibility:hidden;"></textarea>

<script type="text/javascript">
KindEditor.ready(function(K) {
var editor1 = K.create('#Description', {
cssPath : '<%=GlobalSettings.CommonPage%>/kindeditor4.0/plugins/code/prettify.css',
uploadJson : '<%=GlobalSettings.CommonPage %>/kindeditor4.0/upload_json.ashx',
fileManagerJson : '<%=GlobalSettings.CommonPage %>/kindeditor4.0/file_manager_json.ashx',
allowFileManager : true

});
prettyPrint();
});
</script>
-----------------------------------------------------------
<script type="text/javascript">
function function AddDocument()
{
alert($.trim($("#Description").val()));
}
</script>

为什么弹出的是空?!难道不是这么获取吗?
展开
 我来答
skylence
2011-09-06
知道答主
回答量:25
采纳率:0%
帮助的人:15.1万
展开全部
<script type="text/javascript">
KindEditor.ready(function(K) {
var editor1 = K.create('#Description', {
cssPath : '<%=GlobalSettings.CommonPage%>/kindeditor4.0/plugins/code/prettify.css',
uploadJson : '<%=GlobalSettings.CommonPage %>/kindeditor4.0/upload_json.ashx',
fileManagerJson : '<%=GlobalSettings.CommonPage %>/kindeditor4.0/file_manager_json.ashx',
allowFileManager : true

});
alert($.trim($("#Description").val())); //放在这里可以获取 除非你 没有得到值
prettyPrint();
});
</script>

还有就是你下面的函数写错了2个function
function function AddDocument()
{
alert($.trim($("#Description").val()));
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
封魔闪神的宣告
2011-09-06 · TA获得超过759个赞
知道小有建树答主
回答量:877
采纳率:0%
帮助的人:684万
展开全部
//未同步数据
// 取得HTML内容html = editor.html();
// 同步数据后可以直接取得textarea的value
editor.sync();
html = document.getElementById('editor_id').value; // 原生API
html = K('#editor_id').val(); // KindEditor Node API
html = $('#editor_id').val(); // jQuery
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
茂林修猪
2011-09-06 · TA获得超过120个赞
知道小有建树答主
回答量:430
采纳率:100%
帮助的人:240万
展开全部
看html代码 现将变量设定为固定值 在看看
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式