从jquery CLEditor获取内容 [英] Get content from jquery CLEditor

查看:70
本文介绍了从jquery CLEditor获取内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用jquery keyup获取我在 CLEditor 中编写的内容数据?

How can I get content data what I am write in CLEditor using jquery keyup?

推荐答案

使用CLEditor的 .change 事件会不会更有意义?来自文档

Wouldn't it make more sense to use CLEditor's .change event? From the documentation:


更改 - 只要编辑器
的内容发生变化,就会触发此事件。由于更改检测
是使用keyup和mouseup
事件完成的,因此当用户输入时,此事件经常发生

change - This event is triggered whenever the contents of the editor have changed. Since change detection is done using the keyup and mouseup events, this event occurs frequently as the user types.

这篇关于从jquery CLEditor获取内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆