1
0
kopia lustrzana https://github.com/coolaj86/ajquery.js.git synced 2024-11-16 17:29:02 +00:00

doc: don't bury the lead

This commit is contained in:
AJ ONeal 2024-08-29 17:56:55 -06:00
rodzic 8abe08ac48
commit be92cb7aa2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F1D692A76F70CF98

Wyświetl plik

@ -5,6 +5,14 @@ The fastest, most lightweight, fewest dependency jQuery alternative.
Development Build: 145B (with comments) \
Production Build: 103B (min + gz)
## Example Usage
Provides modern, advanced CSS4-compatible query selection:
```js
console.log("innerText:", $("p:nth-child(2").innerText);
```
## Install
### via GitHub
@ -27,14 +35,6 @@ curl -fsSL "https://raw.githubusercontent.com/coolaj86/ajquery.js/${my_ver}/ajqu
<script src="https://unpkg.com/ajquery"></script>
```
## Example Usage
Provides modern, advanced CSS4-compatible query selection:
```js
console.log("innerText:", $("p:nth-child(2").innerText);
```
## API
### `$(selector, [rootElement])`