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()')