- 博客(14)
- 收藏
- 关注
原创 随窗口自动伸缩
依然是答题的代码,留个脚印 $(document).ready(function() { areaResize(); $(window).resize(function() { areaResize(); }); }); function areaResize() { var sHeight = self.
2014-06-12 18:54:21 589
转载 jquery 实现div、span的keydown事件
The keydown event is sent to an element when the user first presses a key on the keyboard. It can be attached to any element, but the event is only sent to the element that has the focus. Focusable
2014-06-11 22:14:05 3715
原创 angularJS 引用
angularJS 引用地址,翻墙才能访问https://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.js
2014-05-28 23:00:35 2773
原创 js fiddle
建了blog,吼吼虽然只能在线的时候开启vm,不过满足自己了计划结合http://dreambo8563.kd.io:2368/
2014-05-27 13:22:01 598 1
转载 正则表达式基本语法
1.正则表达式基本语法两个特殊的符号'^'和'$'。他们的作用是分别指出一个字符串的开始和结束。例子如下:"^The":表示所有以"The"开始的字符串("There","The cat"等);"of despair$":表示所以以"of despair"结尾的字符串;"^abc$":表示开始和结尾都是"abc"的字符串——呵呵,只有"abc"自己了;"notice":表示
2014-05-26 13:23:09 473
原创 单元选择合并变色
The document title table{ border-spacing: 0; } td{ height: 50px; width: 50px; border-spacing: 0; }
2014-05-26 00:40:27 557
原创 jquery 选择器 之 nth-child
在解答下面这个问题时学到的选择器用法http://bbs.csdn.net/topics/390795803这个选择器
2014-05-23 22:16:16 489
转载 jquery技巧总结-jQuery对象,集合,方法扩展,事件处理,特效,解决冲突
这个要转下,keneng1、关于页面元素的引用 通过jquery的$() 引用元素包括通过id、class、元素名以及元素的层级关系及dom或者xpath条件等方法,且返回的对象为jquery对象(集合对象),不能直接调用dom定义的方法。2、jQuery对象与dom对象的转换 只有jquery对象才能使用jquery定义的方法。注意dom对象和jquery对象是有区别的,
2014-05-20 10:46:49 1437
转载 css filter
css 中各种滤镜 filter,相当实用啊http://www.html5rocks.com/en/tutorials/filters/understanding-css/
2014-05-15 22:26:13 456
转载 关于函数名和 函数体故事
http://stackoverflow.com/questions/3246928/in-javascript-does-it-make-a-difference-if-i-call-a-function-with-parentheses/3247044#3247044
2014-05-09 13:37:08 616
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人