<!DOCTYPE HTML><HTML lang="en"><head> <Meta charset="utf-8"> <Title>test</Title> <script> if('contentEditable' in document.createElement('span')){ alert('ContentEditable is supported by your browser'); }else{ alert('ContentEditable is not supported by your browser'); } </script></head><body> <h2> To-Do List </h2> <ul contenteditable="true"> <li> <span>Break mechanical cab driver. </span></li> <li> <span>Drive to abandoned factory</span></li> <li><span> Visit Dentist</span> </li> </ul></body></HTML>
如果您正在搜索修复程序,那么这是一个名为contentEditable jquery Plugin的插件.
网址:http://valums.com/edit-in-place/
以上是内存溢出为你收集整理的HTML – 如何在火狐中制作可编辑的跨度全部内容,希望文章能够帮你解决HTML – 如何在火狐中制作可编辑的跨度所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)