mirror of
https://github.com/coolaj86/ajquery.js.git
synced 2024-11-16 17:29:02 +00:00
chore: add benchmarks
This commit is contained in:
parent
ec0c238504
commit
52f6694dfe
@ -35,10 +35,14 @@ const div1 = $("div", body);
|
|||||||
Selects all matching elements (or an empty `NodeList`):
|
Selects all matching elements (or an empty `NodeList`):
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const head = $('head');
|
const head = $("head");
|
||||||
const stylesheets = $$('link[rel="stylesheet"]', head).map(console.log);
|
const stylesheets = $$('link[rel="stylesheet"]', head).map(console.log);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Benchmarks
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Compatibility
|
## Compatibility
|
||||||
|
|
||||||
Written entirely in modern ECMAScript 3, and directly transpilable into ES5, ES6
|
Written entirely in modern ECMAScript 3, and directly transpilable into ES5, ES6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user