
HTML html5 css3
WDYDXF
这个作者很懒,什么都没留下…
展开
-
Div 浮动到另一个div之上:
Div 浮动到另一个div之上: 绝对定位相对定位 .fj1 { position: absolute; width: 150px; height: 150px; border: 1px solid #000; b原创 2013-03-04 16:36:31 · 44681 阅读 · 1 评论 -
在线的h5编辑器汇总和分析
流行的三个编辑器有ih5, 木疙瘩, 易派. 木疙瘩 易派 Ih5 服务端语言 Php Phython go 数据库 未找到 Mongo MySQL...原创 2018-07-26 19:26:39 · 4493 阅读 · 0 评论 -
Backbone.js 0.9.2 中文解释
// Backbone.js 0.9.2// (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc.// Backbone may be freely distributed under the MIT license.// For all details and documentation:// http://backbonejs.org(转载 2014-01-02 20:55:24 · 2024 阅读 · 0 评论 -
w3cshool 2013年最新离线手册 完整版
下载地址为:http://download.youkuaiyun.com/detail/wdydxf/6343971转载 2013-09-30 19:01:08 · 2401 阅读 · 0 评论 -
使用html5,鼠标绘制贝赛尔曲线
//全局的绘图api,该对象,通过 GetContext()方法取得使用 var g_context = null; //返回当前的绘图对象 function GetContext() { if (!g_context) g_context = $('#myCanvas').get(0).get原创 2013-08-15 14:09:48 · 2255 阅读 · 3 评论 -
uploadify ie9 empty() 缺少对象
把SWFUpload.prototype.cleanUp 方法修改为:SWFUpload.prototype.cleanUp = function (f) { try { if (this.movieElement && typeof (f.CallFunction) === "unknown") { this.debug("Removi原创 2013-05-02 12:46:54 · 3212 阅读 · 1 评论 -
jquery queue的使用例子
$(function () { // test(); }); function test() { try { var result = ''; var _array = new Array(); var arrayPara原创 2013-04-22 16:40:33 · 1101 阅读 · 0 评论 -
Ie10 浏览器嵌入flash 备忘
body { background-color: Azure; } .out { width: 600px; margin: 0px auto; text-align: center; } .title原创 2013-03-08 12:59:47 · 1171 阅读 · 0 评论 -
调试js,记录log
var console = window.open('', 'console', "width=600,height=300,resizable,scrollbars=yes"); console.document.open("text/plain"); console.原创 2013-03-05 14:03:43 · 1750 阅读 · 0 评论 -
最新 获取 浏览器版本号和操作系统的js
https://stackoverflow.com/questions/5916900/how-can-you-detect-the-version-of-a-browser转载 2019-07-20 10:10:14 · 497 阅读 · 0 评论