eWebEditor.getHTML()的值 如何转换
我现在var a = eWebEditor.getHTML()
输出a的值带着<p>dsadsadsadsa</p> 这类符号
我要将a的值传入AJAX方法。&aa="+a+" 现在不能进入AJAX方法,是不是由于字符的问题??
很纳闷,有人帮帮小弟 感激不尽~~~~
我使用的是eWebEditor控件 调用的都没错。就是现在取值之后 传入AJAX后 执行不了
var Lect = eWebEditor.getHTML();
$.ajax({
url: "../tools/lecturerdetail.aspx",
cache: false,
type: "GET",
dataType: "json",
timeout:20000, data:"act=AddLecturerList&Introduction="+Lect ,
success: function(msg){}
alert(msg);
没有弹出
不知道是什么原因,我认为是设置样式以后输出<p></p>这类字符的原因... 怎么解决呢??
搞了半天也没搞定。。。
------解决方案--------------------
http://topic.csdn.net/u/20100407/14/644f4c70-04d9-47e5-ba31-8b7a5a2c7b69.html