Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 315 Bytes

README.textile

File metadata and controls

13 lines (10 loc) · 315 Bytes

London Open Hack Day

I will be keeping my examples and slides from the London Open Hack Day here.

http://openhacklondon.pbworks.com/

    YUI.use('lighter', function(Y) {
        Y.all('.faster li').each(function(v) {
            v.set('innerHTML', 'easier');
        });
    });