Peppy icon indicating copy to clipboard operation
Peppy copied to clipboard

Lightning fast selector engine

Results 2 Peppy issues
Sort by recently updated
recently updated
newest added

``` 1 2 3 4 $('div#xid > div:nth-of-type(3)'); ``` this should match the div id="three" but it doesnt. it just breaks on the span and returns nothing.

hey, i dont know if you still maintain peppy… but i like it a lot because its way smaller than all the other selector engines… BUT i have a problem:...