摘要: [代码][CSS]代码 $.fn.share = function(opts) { var $body, $head; if ($(this).length === 0) { console.log("Share Button: No elements found."); return; } $... 阅读全文
posted @ 2014-09-17 17:27 虚空之眼 阅读(440) 评论(0) 推荐(0) 编辑
摘要: /*==============================================================================**Filename:common.js*Description:公共JS方法封装,主要包含,页面的鼠标移动行的颜色跟着改变,以及增加、修改... 阅读全文
posted @ 2014-09-17 17:25 虚空之眼 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 1. [代码][JavaScript]代码 //调用说明//$(selector).bub($(selector) | string[, options]);//示例: $('#demo1').bub('hello, world!');//options 说明//defaults: {// co... 阅读全文
posted @ 2014-09-17 17:23 虚空之眼 阅读(1150) 评论(0) 推荐(0) 编辑
摘要: 代码][JavaScript]代码 $(document).ready(function() { // Generate the clips. In this case I'm using 5 (or 25 pieces) (genClips = function() { ... 阅读全文
posted @ 2014-09-17 17:20 虚空之眼 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 1. [代码][Java]代码 CSS对浏览器的兼容性有时让人很头疼,或许当你了解当中的技巧跟原理,就会觉得也不是难事,从网上收集了IE7,6与Fireofx的兼容性处理技巧并整理了一下。对于web2.0的过度,请尽量用xhtml格式写代码,而且DOCTYPE 影响 CSS 处理,作为W3C的标准... 阅读全文
posted @ 2014-09-17 17:19 虚空之眼 阅读(232) 评论(0) 推荐(0) 编辑