MyFunnyDev

web, coding and beyond

Archive for the ‘Javascript’ tag

JQuery 1.3

without comments

New release contains new selector engine called Sizzle (the fastest css selector out there) and live events (which work similar to the live query plugin).

More details can be found here

Written by Michał Kuklis

January 15th, 2009 at 8:51 pm

Posted in Javascript

Tagged with

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

JavaScript closures

without comments

Nice presentation about JavaScript closures posted by Stuart Langridge

Written by Michał Kuklis

September 16th, 2008 at 7:30 pm

Posted in Javascript

Tagged with