<div id="showcase">
  <ul class="nav">
...

JavaScript Tab-Switching in jQuery

by Aupajo, November 19, 2008 00:45, 1 refactoring, tagged with javascript, jquery, tabs

Is there a better way?

Ca3dc3f93730afb41d6753d8bf010a38 Talk
$.fn.textNodes = function() {
  var ret = [];
  this.each( function() {
...

JavaScript [jQuery] All descendent tex...

by jed, June 29, 2008 07:35, 11 refactorings, tagged with speed, recursive, jquery, dom

This function returns a jQu...

7b72d5a18ab92129692e97a76a153fe0 Talk