05 2022 档案

摘要:window.location.protocol+"//"+window.location.host; // 返回https://mp.csdn.net window.location.host; //返回url 的主机部分,例如:mp.csdn.net window.location.hostna 阅读全文
posted @ 2022-05-16 11:05 if年少有为 阅读(111) 评论(0) 推荐(0) 编辑
摘要://*内容不可编辑。此行必须在setContent函数后 修改属性,否则属性设置不成功*/ $("#LAY_layedit_1").contents().find("body[contenteditable]").prop("contenteditable", false);//jquery获取if 阅读全文
posted @ 2022-05-13 10:27 if年少有为 阅读(676) 评论(0) 推荐(0) 编辑
摘要:layedit的富文本编辑器在数据提交后是无法设置清空文本区域的数据,这时候我们可以修改layedit.js 来实现layedit的数据清空。 向layedit.js中添加代码 //清楚编辑器中的内容 Edit.prototype.clearContent = function (index) { 阅读全文
posted @ 2022-05-11 21:18 if年少有为 阅读(560) 评论(0) 推荐(0) 编辑