时间:2021-07-01 10:21:17 帮助过:6人阅读
- <!--?phpfunction smarty_function_html_kindeditor(){ $editor1='
- <textarea name="content1" style="width:700px;height:200px;" id="content1"-->
- <input type="button" value="提交" id="subContents"> '; return $editor1;}
- //jquery代码
- $("#subContents").click(function(){
- alert("字符串长度:"+($("#content1").val()).length+"类型:"+(typeof $("#content1").val()));
- });
- allowFileManager : true,
- afterBlur:function(){
- this.sync();
- }
- allowFileManager : true,
- afterBlur:function(){
- this.sync();
- }