jquery的点击事件在safari里不触发

There is an issue with iOS not registering click/touch events bound to elements added after DOM loads.

While PPK has this advice: http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html

I've found this the easy fix, simply add this to the css:

cursor: pointer;
posted @ 2017-03-02 13:26  小猪ab  阅读(471)  评论(0编辑  收藏  举报