摘要: <script type="text/javascript"> $(document).ready(function() { $(window).scroll(function() { //$(document).scrollTop() 获取垂直滚动的距离 //$(document).scrollL 阅读全文
posted @ 2017-12-26 16:32 惊沙男孩 阅读(758) 评论(0) 推荐(0)
摘要: IOS的UIWebView中JS点击事件,需要加入cursor:pointer;属性才可以。 Android的WebView可以支持外链样式,js文件;IOS则需要改为内嵌样式和JS文件。 阅读全文
posted @ 2017-12-26 14:41 惊沙男孩 阅读(470) 评论(0) 推荐(0)