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...
This function returns a jQu...