摘要: $('div').on('focusout', function () { console.log('focus out') }); $('div').on('focusin', function () { console.log('focus in') }); <div contenteditab 阅读全文
posted @ 2022-11-08 16:25 奇迹之耀 阅读(210) 评论(0) 推荐(0) 编辑
摘要: <script> $("#under").click(function () { var sec = getSelection() if (sec == undefined) { return; } ReplaceInnerHtml(sec.selectStr, GetSelectedStyle(s 阅读全文
posted @ 2022-11-08 14:33 奇迹之耀 阅读(542) 评论(0) 推荐(0) 编辑