摘要: PHP.ini默认配置下,用file_get_contents读取https的链接,就会如下错误: Warning: fopen() [function.fopen]: Unable to find the wrapper "https" - did you forget to enable it 阅读全文
posted @ 2018-08-08 16:15 Faded露露 阅读(170) 评论(0) 推荐(0) 编辑
摘要: this is a scroll test; 页面下拉自动加载内容 hello world test DIV 阅读全文
posted @ 2018-08-08 16:14 Faded露露 阅读(3413) 评论(0) 推荐(0) 编辑
摘要: function deteleObject(obj) { // console.log(obj) var uniques = []; var stringify = {}; for (var i = 0; i < obj.length; i++) { var keys = Object.keys(o 阅读全文
posted @ 2018-07-31 10:33 Faded露露 阅读(2977) 评论(0) 推荐(0) 编辑
摘要: if(/AppleWebKit.*mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.u... 阅读全文
posted @ 2018-07-23 10:22 Faded露露 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 一、文字动画效果预览 点击本页面任意位置即可!因为动画效果用的是CSS3 animation,因此,IE9及其以下浏览器无效果。 二、如何在自己网站上添加类似效果? 1. 复制并粘贴下面的内联CSS代码到页面任意位置 <style> .text-popup { animation: textPopu 阅读全文
posted @ 2018-07-09 17:39 Faded露露 阅读(1900) 评论(1) 推荐(2) 编辑
摘要: select {/*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/border: solid 1px #000; /*很关键:将默认的select选择框样式清除*/appearance:none;-moz-appearance:none;-webkit-appearance:n 阅读全文
posted @ 2018-07-09 17:04 Faded露露 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 很多时候你会看到页面上有一个始终固定在网页顶部的导航菜单,当页面向下滚动的时候,导航菜单动态隐藏,页面滚动到顶部时,导航菜单动态显示,淘宝也采用过此效果,很不错,当然,里面使用了CSS3动画效果,不支持低版本浏览器。代码相当的简单,只需几行就搞定。 引入核心文件 <script src="http: 阅读全文
posted @ 2018-07-09 16:57 Faded露露 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 菜鸟教程(runoob.com) 验证完整的表单 名字 姓氏 用户名 密码 验证密码 Email 请同意我们的声明 我乐意接收新信息 主题 (至少选择两个) - 注意:如果没有勾选“我乐意接收新信息”以下选项会隐藏,但我们这里作为演示让它可见 Marketflash Latest fuzz Mailing li... 阅读全文
posted @ 2018-07-09 16:47 Faded露露 阅读(228) 评论(0) 推荐(0) 编辑
摘要: HTML <div id="list"> <ul></ul> </div> <div id="pagecount"></div> <div id="list"> <ul></ul> </div> <div id="pagecount"></div> CSS #list{width:680px; he 阅读全文
posted @ 2018-07-06 18:03 Faded露露 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 在线演示地址如下: http://demo.jb51.net/js/2015/jquery-wsx-page-style-demo/ <!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset= 阅读全文
posted @ 2018-07-06 17:59 Faded露露 阅读(214) 评论(0) 推荐(0) 编辑