MyFunnyDev

web, coding and beyond

Peppy fast css3 selector engine

without comments

Peppy is a small and very fast css3 selector written by James Donaghue. Here is how you can use it:

var selector = "div";
var context = "#elementId";
var q = peppy.query(selector, context);

Written by MichaƂ Kuklis

October 28th, 2008 at 7:41 pm

Posted in Javascript

Tagged with

Leave a Reply