$.fn.textNodes = function() {
var ret = [];
this.each( function() {
...
JavaScript [jQuery] All descendent tex...
This function returns a jQu...
$.fn.textNodes = function() {
var ret = [];
this.each( function() {
...
This function returns a jQu...
Is there a better way?