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

doc: mo' buzzwords, mo' betta'

This commit is contained in:
AJ ONeal 2024-08-29 18:46:25 -06:00
förälder 7f753622e1
incheckning 3fd9c6d426
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: F1D692A76F70CF98
5 ändrade filer med 11 tillägg och 3 borttagningar

Visa fil

@ -1,6 +1,7 @@
# [ajquery.js](https://git.coolaj86.com/coolaj86/ajquery.js)
The fastest, most lightweight, fewest dependency jQuery alternative.
The fastest, most lightweight, fewest dependency jQuery alternative. \
**New**: Now typed, Ai-enhanced, and better than ever!
Development Build: 572B (types + comments) \
Production Build: 117B (min + gz)

Visa fil

@ -1,4 +1,6 @@
/**
* AJQuery - The fastest, most lightweight, least dependency jQuery alternative,
* now typed, Ai-enhanced, and better than ever!
* @typedef AJQuery
* @prop {AJQuerySelector} $
* @prop {AJQuerySelectorAll} $$

Visa fil

@ -1,3 +1,8 @@
/**
* AJQuery - The fastest, most lightweight, least dependency jQuery alternative,
* now typed, Ai-enhanced, and better than ever!
*/
/**
* Select first matching element, just like console $
* @param {String} cssSelector

Visa fil

@ -4,7 +4,7 @@ let AJQuery = { $, $$ };
/**
* AJQuery - The fastest, most lightweight, least dependency jQuery alternative,
* now Ai-enhanced, and better than ever!
* now typed, Ai-enhanced, and better than ever!
* @namespace AJQuery
*/

Visa fil

@ -1,7 +1,7 @@
{
"name": "ajquery",
"version": "3.0.1",
"description": "The fastest, most lightweight, least dependency jQuery alternative",
"description": "The fastest, most lightweight, least dependency jQuery alternative. Now typed, Ai-enhanced, and better than ever!",
"main": "ajquery.cjs",
"module": "ajquery.mjs",
"type": "commonjs",