3 comments

[ 3.5 ms ] story [ 18.4 ms ] thread

  // HANDLE: $(function)
  // Shortcut for document ready
  } else if ( jQuery.isFunction( selector ) ) {
    return rootjQuery.ready( selector );
  }

Calling jQuery(fn) twice will trigger the .ready() call twice. Apparently they are stepping on each other.