上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页
  2015年10月2日
摘要: (1)不能向后兼容。每一个新版本不能兼容早期的版本。举例来说,有些新版本不再支持某些selector,新版jQuery却没有保留对它们的支持,而只是简单的将其移除。这可能会影响到开发者已经编写好的代码或插件。(2)插件兼容性。与上一点类似,当新版jQuery推出后,如果开发者想升级的话,要看插件作者... 阅读全文
posted @ 2015-10-02 22:48 HGonlyWJ 阅读(213) 评论(0) 推荐(0) 编辑
  2015年9月30日
摘要: transform CSS3属性 C (1) rotate旋转transform:none|+transform:none; //不做变形和动画rotate() //旋转角度transform:rotate(45deg);(2)translate() //移动 translate( []?)... 阅读全文
posted @ 2015-09-30 00:15 HGonlyWJ 阅读(168) 评论(0) 推荐(0) 编辑
  2015年9月29日
摘要: 原文:http://www.sitepoint.com/10-super-javascript-animation-frameworks/1. RaphaëlIs a small JavaScript library that should simplify your work with vecto... 阅读全文
posted @ 2015-09-29 15:41 HGonlyWJ 阅读(205) 评论(0) 推荐(0) 编辑
摘要: expando:生成唯一的JQ字符串(内部) 作为映射关系的,保证唯一的字符串。 expando:"jquery" + (core_version + Math.random()).replace(/\D/g, ''); alert($.expando);noConflict() : 防止冲突... 阅读全文
posted @ 2015-09-29 09:16 HGonlyWJ 阅读(222) 评论(0) 推荐(0) 编辑
  2015年9月28日
摘要: https://github.com/hgonlywj/html5shivIE 无法渲染 HTML5 样式http://intertwingly.net/blog/2008/01/22/Best-Standards-Support#c1201006277Chris Wilson: If you (t... 阅读全文
posted @ 2015-09-28 19:17 HGonlyWJ 阅读(376) 评论(0) 推荐(0) 编辑
摘要: create table Student( Sno char(7) primary key, Sname char(10) not null, Ssex char(2), Sage tinyint, Sdept char(20))engine=innodb default charset=utf8 ... 阅读全文
posted @ 2015-09-28 02:43 HGonlyWJ 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 1: CSS3选择器部分E[att^="val"] 匹配具有att属性、且值以val开头的E元素E[att$="val"] 匹配具有att属性、且值以val结尾的E元素E[att*="val"] 匹配具有att属性、且值中含有val的E元素E:root 匹配文档的根元素。在HTML中,根元素永远是... 阅读全文
posted @ 2015-09-28 02:42 HGonlyWJ 阅读(131) 评论(0) 推荐(0) 编辑
  2015年9月27日
摘要: $(function () {//浏览器检测,判断是否是IE if(!+[1,]) { //alert("这是ie浏览器"); $('.new_Message').css('top', '14px'); //调整通知栏的位置 $('.stuUser').click(function ()... 阅读全文
posted @ 2015-09-27 20:48 HGonlyWJ 阅读(215) 评论(0) 推荐(0) 编辑
摘要: ".$start .""; // $mail = M('sysinfo'); // $where['parameter'] = 'mailPageNum'; // $mailListLength = $mail->wh... 阅读全文
posted @ 2015-09-27 20:43 HGonlyWJ 阅读(215) 评论(0) 推荐(0) 编辑
摘要: import sysreload(sys)sys.setdefaultencoding('utf8')import matplotlib.pyplot as pltimport stringfile = open("GD.txt")i = 0x = range(0)y = range(0)for l... 阅读全文
posted @ 2015-09-27 20:40 HGonlyWJ 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页

W3C中国
阮老师的网络日志
canvas
runoob
迷渡
并发编程网
原生JS例子
前端外刊评论