4
是否有可能防止用backspace刪除跨度?Backspace刪除整個跨度元素
<div class="form-control" contenteditable="true">
<span class="correct-answer">
<span contenteditable="false">The correct answer is (A) 1 to 2. </span>
<span class="sentence" num="11">dgsdgsg. sgsdgs sgsgs.</span>
</span>
</div>
例子:http://jsfiddle.net/pvj64px9/1/
The correct answer is (B) 2 to 3. and `Choice A (1 to 2) is incorrect. ` must not be deleted.
當然,但你需要JS來檢查.. –
沒關係,如果它解決了問題! :) –
增加了jsfiddle的例子。 –