随笔分类 -  html

摘要:@-webkit-keyframes myfirst{ 0% {background: red} 50% {background: blue} 100%{background: orange}}@keyframes myfirst{ 0% {background: red} 50% {... 阅读全文
posted @ 2015-07-05 23:29 oceanden 阅读(127) 评论(0) 推荐(0)
摘要:/*! Welcome to Compass. * In this file you should write your main styles. (or centralize your imports) * Import this file using the following HTML or ... 阅读全文
posted @ 2015-06-06 23:15 oceanden 阅读(253) 评论(0) 推荐(0)
摘要:如果遇到子页面跨域的问题,可通过HTML5的postMessage来实现,但前提是子页面需要主动向父页面发送信息。下面是子页面部分: Got post? Lots of stuff here which will be inside the iframe. 在父页面中获取到子页面传递过来的... 阅读全文
posted @ 2015-04-13 17:20 oceanden 阅读(349) 评论(0) 推荐(0)
摘要:保存 获取 下面是本地存储的所有数据 ... 阅读全文
posted @ 2015-01-25 19:11 oceanden 阅读(192) 评论(0) 推荐(0)
摘要:;(function($){ $.fn.myfocus = function(options){ var obj = $.extend({}, $.fn.myfocus.defaults, options || {}); return $(this).each(fu... 阅读全文
posted @ 2015-01-01 15:48 oceanden 阅读(317) 评论(0) 推荐(0)
摘要:firebug-lite.jsExplorerCanvas excanvas.js // 兼容IEif(typeof window.G_vmlCanvasManager != 'undefined'){ canvas = window.G_vmlCanvasManager.initEl... 阅读全文
posted @ 2014-12-27 17:05 oceanden 阅读(213) 评论(0) 推荐(0)