189 8069 5689

解决启用codemirror后,jquery获取不到textarea的值

例子

 
 window.editor_two = CodeMirror.fromTextArea(document.getElementById("config"), {
                            lineNumbers: true,
                            matchBrackets: true,
                            styleActiveLine: true
                        });

 var d = {'config': editor_two.getValue() };


分享名称:解决启用codemirror后,jquery获取不到textarea的值
文章源于:http://www.cdxtjz.cn/article/gjjich.html

其他资讯