08 2017 档案

摘要:js获取系统语言navigator.language var script = document.createElement("script"); script.type = "text/javascript"; script.src = "../assets/javascripts/picker-country.js"; if (nav... 阅读全文
posted @ 2017-08-25 13:21 sunniejs 阅读(289) 评论(0) 推荐(0)
摘要:利用transform: translateX(-50%) translateY(-50%); ie9下无法用flex进行垂直居中,利用transform进行垂直居中 阅读全文
posted @ 2017-08-07 09:48 sunniejs 阅读(196) 评论(0) 推荐(0)
摘要:申请秘钥将<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=秘钥></script>中的秘钥替换就可以了 完整版下载地址 http://pan.baidu.com/s/1pLoKmx1 阅读全文
posted @ 2017-08-04 13:37 sunniejs 阅读(365) 评论(0) 推荐(0)
摘要:发现在localhost下访问是正常显示的,直接目录下打开网页报上面的错 用webstorm建立project打开网页就可以了 阅读全文
posted @ 2017-08-04 11:03 sunniejs 阅读(932) 评论(0) 推荐(0)
摘要:$(function () { if ($.validator) { //fix: when several input elements shares the same name, but has different id-ies.... $.validator.prototype.element... 阅读全文
posted @ 2017-08-02 16:23 sunniejs 阅读(464) 评论(0) 推荐(0)