.
.
.
...

JavaScript Creating DOM elements in a ...

by https://www.google.com/accounts/o8/id?id=AItOawn4VBTJWio9c9HU8aELBjkIu53LWMVjhqc, June 19, 2011 13:43, No refactoring, tagged with jquery, dom, node creation

On the cusp of graduating f...

55502f40dc8b7c769880b10874abc9d0 Talk
;(function($) {
        $.fn.extend(
...

JavaScript filter selectbox with 3000+...

by akarzim, February 03, 2010 23:05, 2 refactorings, tagged with speed, jquery, dom, select

This is a little jQuery scr...

0018abed2b5e8b460993ed915adc0d11 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