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

浙公网安备 33010602011771号