摘要:$("#q_msg_hisory_id")[0].scrollTop = $("#q_msg_hisory_id")[0].scrollHeight;
阅读全文
摘要:*{ border-radius: 0px!important; webkit-border-radius: 0px!important; moz-border-radius: 0px!important;}
阅读全文
摘要:https://developer.mozilla.org/zh-CN/demos/detail/paint-my-dash
阅读全文
摘要:http://www.aiubug.com/?p=458
阅读全文
摘要:http://blog.bingo929.com/google-enjoy-html5-drag-drop-filereaderenren.html
阅读全文
摘要:WebSockets 简介mozilla WebSocket API为Phonegap Android平台增加websocket支持,使默认成为socket.io首选通道选择HTML5学习笔记(七)-WebSockets API
阅读全文
摘要:http://www.cnblogs.com/zhanqi/archive/2011/03/16/1986422.html
阅读全文
摘要:http://www.cnblogs.com/liuzhendong/archive/2012/04/27/2474363.html
阅读全文
摘要:http://raphaeljs.com/polar-clock.html
阅读全文
摘要:http://www.cnblogs.com/yuepeng/archive/2013/04/01/2992097.html
阅读全文
摘要:http://www.w3cplus.com/blog/52.html
阅读全文
摘要:简单的弹窗效果 你好Sunfishes Blackbanded» sunfish Shadow bass Ozark bass White crappie Grunts Smallmouth grunt Burrito Pigfish Remoras Whalesucker Marlinsucker Ceylonese remora Spearfish remora Slender suckerfish
阅读全文
摘要:http://www.cnblogs.com/huazaizai/archive/2010/11/03/1867907.htmlbackground-position 用法详细介绍语法:background-position : length || lengthbackground-position : position || position取值:length : 百分数 | 由浮点数字和单位标识符组成的长度值。请参阅 长度单位position : top | center | bottom | left | center | right说明:设置或检索对象的背景图像位置。必须先指定 b
阅读全文
摘要:http://yjplxq.blog.51cto.com/4081353/978957
阅读全文
摘要:http://www.cnblogs.com/DebugLZQ/archive/2011/08/09/2132381.html
阅读全文
摘要:var w=window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; var h=window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; console.log(w+" "+h); 上边的代码是获得浏览器可视部分的高度和宽度. var dbsh=document.body.scrollHeight; ...
阅读全文
摘要:function checkLength(which,remainderNum,maxChars) { if (which.value.length > maxChars) which.value = which.value.substring(0,maxChars); var curr = maxChars - which.value.length; document.getElementById(remainderNum).innerHTML = curr.toString();}
阅读全文
摘要:经测试 live,on 方法都不起作用.delegate方法是可以的.举例如下: $("#rightBox,#leftBox").delegate("p","click",function(){ if($(this).hasClass("selected1")) { $(this).removeClass("selected1"); console.log("right"); }else { $(this...
阅读全文
摘要:http://blog.csdn.net/kingviker/article/details/7476403
阅读全文