摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 实例</title> <script src="http://libs.baidu.com/jquery/1.8.3/jquery.min.js"></scri 阅读全文
posted @ 2017-02-18 21:46 _白马非马 阅读(145) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <meta charset="utf-8"> <title>CSS3圆形风格面包屑导航</title> <link rel="stylesheet" type="text/css" href="http://css.h5course.cn/reset.css" /> <s 阅读全文
posted @ 2017-02-18 21:38 _白马非马 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 预览地址: https://kuishang.github.io/vote/ 代码地址 : https://github.com/KuiShang/vote 阅读全文
posted @ 2017-02-18 21:18 _白马非马 阅读(338) 评论(0) 推荐(0) 编辑
摘要: //跨域请求实例 function CORSRequest(method,url,opation,callback) { var xhr = new XMLHttpRequest(); if ("withCredentials" in xhr) { // 此时即支持CORS的情况 // 检查XMLHttpRequest对象是... 阅读全文
posted @ 2017-02-18 18:07 _白马非马 阅读(519) 评论(0) 推荐(0) 编辑
摘要: 参考链接 http://blog.sina.com.cn/s/blog_502b92330102w7pc.html 阅读全文
posted @ 2017-02-18 11:56 _白马非马 阅读(2566) 评论(0) 推荐(0) 编辑