Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一种方法可以计算行数来定义页码吗?有人在这个编辑器中添加了页码?
我用它来捕获事件,但我不知道如何计算该行
$('#edit').on('editable.contentChanged', function (e, editor {}
我找到了这种模式,但我不知道是否正确
获取文本 $('#edit').editable('getHTML', false, true)
计数一个
标记了解多少行 var n = $("p").length;