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