1 2 3 4
$.fn.textNodes = function() { var ret = []; this.each( function() { ...
This function returns a jQu...
This function returns a jQu...