Skip to content

Instantly share code, notes, and snippets.

@munro
munro / jquery.partialReady.js
Created June 1, 2012 15:41
jquery.partialReady.js
/*jslint browser: true, nomen: true */
/*global jQuery, console */
(function ($) {
'use strict';
var timer, timer_delay = 250, next_id = 0, selectors = {};
/**
* Keep checking the DOM for new selectors
*/