<script src="../js/jquery.js"></script>
<script src="../js/jquery.validate.js"></script>
<script>
$().rea...
苏 demo
10年前 (2015-05-25)
3236℃
0评论
0喜欢
Less.js 2.5.1 发布,该版本修复了三个 Bug:
Fix problems with less being async in some browsers
Minor fix only likely to affect programmatic usage of...
苏 demo
10年前 (2015-05-22)
2871℃
0评论
0喜欢
这是一款效果非常时尚大方的jQuery和CSS3手机聊天框界面动画特效。该聊天框界面适合用于各类手机APP的聊天界面布局。当用户选择某个头像的时候,该头像会放大移动到屏幕的上方,并显示与该用户的聊天记录。
在线演示 下载插件
制作方法
HTML结构
该聊天框界面使用嵌套&l...
苏 demo
10年前 (2015-05-22)
3119℃
0评论
0喜欢
英文原文: 14 jQuery Live Search Plugins
本文带来 14 款基于 jQuery 的实时搜索(自动完成)插件,可以为你的页面和表单添加一些实用的功能。
1. Live Search 2.0
该插件可以将一个普通的输入框转换成一个实时 AJAX 搜索部件...
苏 demo
10年前 (2015-05-22)
3241℃
0评论
0喜欢
进度条经常运用于网页,即使我们意识到不是所有的东西都将瞬间被加载完成,这些进度条用于提醒使用者关于网页上具体的任务进程,譬如上传,下载,加载应用程序等。
以前如果想要创建一个进度条的动画效果,没有使用JavaScript是不可能实现的。然而感谢CSS3的出现,我们现在能够在 di...
苏 demo
10年前 (2015-05-19)
2440℃
0评论
0喜欢
replace方法是属于String对象的,可用于替换字符串。
简单介绍:
String.replace(searchValue,replaceValue)
String:字符串
searchValue:字符串或正则表达式
replaceValue:字符串或者函数
字符串替换...
苏 demo
10年前 (2015-05-06)
2508℃
0评论
0喜欢
js作用域可以简单理解两句话。由上到下,由内到外
(一)预解析
我们来看一段代码
alert(a);
var a = 2;
运行结果是undefined。在使用var声明变量但未对其加以初始化时,这个变量的值就是undefined。即a = undefined
function...
苏 demo
10年前 (2015-05-04)
2496℃
0评论
0喜欢
lodash 3.8.0 发布,此版本更新内容如下:
Added _.mapKeys , _.unzipWith , & _.zipWith
Allowed _.difference , _.intersection , _.uniq , & _.xor ...
苏 demo
10年前 (2015-05-03)
3089℃
0评论
0喜欢
开门见山地说,scope:{}使指令与外界隔离开来,使其模板(template)处于non-inheriting(无继承)的状态,当然除非你在其中使用了transclude嵌入,这点之后的笔记会再详细记录的。但是这显然不符合实际开发中的需求,因为实际上,我们经常想要我们的指令能够...
苏 demo
10年前 (2015-05-03)
2422℃
0评论
0喜欢
Mithril.js 0.2.0 发布,此版本更新内容如下:
新特性
Mithril modules will be referred to as components from now on.
Virtual DOM tree can now contain comp...
苏 demo
10年前 (2015-05-03)
3004℃
0评论
0喜欢