$(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