gQuery
Generic jQuery
gQuery provides a jQuery-esque API for querying ordinary JavaScript objects.
Usage
var gQuery = ; var $ = ; ; // => [{ id: 'foo', tag: 1 }, { id: 'foo', tag: 4 }]; // => [{ class: 'bar', tag: 2 }]; // => [{ id: 'foo', tag: 4 }]; // => [{ class: 'bar', tag: 2 }]