String Lambdas
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/string-lambdas
软件介绍
String lambdas are cool because they allow us to write less software.
However, string lamdas were removed from jQuery in release 1.2.3 because of
incompatibility with Adobe AIR (http://dev.jquery.com/ticket/2402).
This plugin brings string lambdas back to developers who don't need Adobe AIR.
It also adds the string lambda functionality to $.each().
Usage examples:
$.each(collection, 'a.index = i')
$.grep(collection, 'a.age < 10')
$.map(collection, 'a.name()')