zoukankan      html  css  js  c++  java
  • h5页面点击事件ios没反应 移动端兼容性问题

    $(document).on("click",".动态添加的dom",function(){
      console.log("11") 

    })

    //在ios里这里动态添加的dom点击事件不会触发,解决办法:给触发点击事件动态添加的dom增加样式,cursor:pointer  ||||||   或者增加一个touch事件

     ios input button背景色不起作用的 

    input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }  
    background改成background-color

  • 相关阅读:
    BZOJ 1003 物流运输
    549565
    26566
    68
    554554
    5656
    49886
    5989
    6898
    656
  • 原文地址:https://www.cnblogs.com/xiaoyaoweb/p/9492053.html
Copyright © 2011-2022 走看看