1 2 3
<div id="showcase"> <ul class="nav"> ...
Is there a better way?
1 2 3 4
$.fn.textNodes = function() { var ret = []; this.each( function() { ...
This function returns a jQu...
Is there a better way?