File: test/speed.js

Recommend this page to a friend!
  Classes of Emil Kilhage   jQuery Aggregate   test/speed.js   Download  
File: test/speed.js
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: jQuery Aggregate
Calculate an element with values of input elements
Author: By
Last change: Update of test/speed.js
Date: 2 years ago
Size: 203 bytes
 

Contents

Class file image Download
/** * * @author Emil Kilhage */ plugin("jQuery.aggregate"); module("Internal", 100000); test("$.observer.get('selector')", function(i) { while(i--) { $.observer.get('#id'); } });