loveky
loveky
- [文件路径拼写说明](https://github.com/jdf2e/jdf/issues/6) - [html字符串拼接说明](https://github.com/jdf2e/jdf/issues/9) - [scss文件编译报错问题](https://github.com/jdf2e/jdf/issues/10)
这段代码里直接给editor设置上placeholder属性不可以么?为什么还要模拟个placeholder的div在里边呢?是为了兼容IE8这样的不支持placeholder属性的浏览器吗? ``` coffee # add place holder placeholder.text(obj.attr("placeholder")) editor.attr("placeholder",obj.attr("placeholder")) editor.append(placeholder) editor.focusin -> QEditor.checkSectionState(editor) $(this).find(".qeditor_placeholder").remove() editor.blur -> t = $(this) QEditor.checkSectionState(editor) if t.html().length == 0 or t.html() == "" or t.html()...
# 🌈 Feature **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe...
# 🌈 Feature **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe...
# 🌈 Feature **Is your feature request related to a problem? Please describe.** 支持编写测试代码 **Describe the solution you'd like** - [ ] rocketact创建的模板项目自带测试套件 - [ ] 更新文档站