- 博客(4)
- 收藏
- 关注
原创 给iframe添加监听事件
给iframe添加监听事件var iframe = $("#iframeId").prop('contentWindow');iframe.addEventListener('touchstart',function (e) { startX = e.targetTouches[0].pageX; startY = e.targetTouches[0].pageY;});...
2019-01-21 11:40:57 8240
原创 wap设置多端口,本地模拟跨域
wap设置多端口,本地模拟跨域1.httpd.conf 中添加Listen 80812.httpd.conf 中去除Include conf/extra/httpd-vhosts.conf的注释3 httpd-vhosts中添加代码<VirtualHost *:8081> ServerAdmin webmaster@dummy-host.example.com ...
2019-01-21 11:38:55 362
原创 flex布局采用justify-content:space-between时,当为两个内容时中间被空出的解决方案
flex布局采用justify-content:space-between时,当为两个内容时中间被空出给外层容器加一个伪类::after,设置样式content:&quot;&quot;; width:“内容宽”
2019-01-21 11:35:02 17456
原创 angularjs使用ng-show的闪烁问题
angularjs使用ng-show的闪现问题直接在head添加以下代码&amp;amp;lt;style&amp;amp;gt;@charset &amp;quot;UTF-8&amp;quot;;[ng:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !impor
2019-01-21 11:30:20 736
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人