Skip to content

Instantly share code, notes, and snippets.

View sindre's full-sized avatar

Sindre Wimberger sindre

View GitHub Profile
@sindre
sindre / gist:558771
Created August 31, 2010 09:08 — forked from remy/gist:330318
autofocus and placeholder support
/**
* Add this script to the end of your document that use <input autofocus type="text" />
* or <input type="text" placeholder="username" /> and it'll plug support for browser
* without these attributes
* Minified version at the bottom
*/
(function () {
function each(list, fn) {
var l = list.length;
@sindre
sindre / gist:327765
Created March 10, 2010 11:05 — forked from jgornick/gist:50602
JS ImagesObserver
/*
Title: ImagesObserver
About: Author
Joe Gornick
*/
/*
Class: ImagesObserver