Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Amaze UI 触屏 Contenteditable</title>
    <link rel="stylesheet" href="http://cdn.amazeui.org/amazeui/2.2.1/css/amazeui.min.css">
    <script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
    <script src="http://cdn.amazeui.org/amazeui/2.2.1/js/amazeui.min.js"></script>
  </head>
  <body>
    <div contenteditable class="needsclick">
      <p>请使用 Chrome 模拟触屏,然后尝试编辑</p>
      <p>编我改我写我……</p>
    </div>
    <hr>
    <div contenteditable>
      没有加 <code>needsclick</code> class,触摸屏加载 FastClick 以后注定无法编辑。
    </div>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
hegfirosepro
0viewers