1 2 3 4
$.fn.textNodes = function() { var ret = []; this.each( function() { ...
JavaScript [jQuery] All descendent tex...
1 2 3 4
function odump(object, depth, max){ depth = depth || 0; max = max || 2; ...
JavaScript Recursively dump an object
Given an object, iterate th...
1 2 3 4
require 'find' excludes = [".svn", "lib", "modules", "feathers"] exclude_files = [] ...
Ruby Crawl a directory and searc...
This recursively goes throu...
This function returns a jQu...