Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="en">
<head>
  <script src="http://zeptojs.com/zepto.min.js"></script>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
    <title>iphone6-click</title>
    <style>
    .fold {
        height: 60px;
        border-bottom: 1px solid #eee;
    }
    </style>
</head>
<body>
       <div class="wrap">
      <!-- demo 1 非原生可点击元素-->
        <div class="fold">not A or button, iphone上document委托失效</div>
      <!-- demo 2 cursor: pointer-->
       <div class="fold" style="cursor:pointer">cursor: pointer</div>
      <!-- demo 3 原生可点击元素link -->
        <a href="javascript:void(0);" class="fold">a link YES</a>
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
atwxppro
0viewers