doc: mo' buzzwords, mo' betta'
This commit is contained in:
parent
7f753622e1
commit
3fd9c6d426
|
@ -1,6 +1,7 @@
|
||||||
# [ajquery.js](https://git.coolaj86.com/coolaj86/ajquery.js)
|
# [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) \
|
Development Build: 572B (types + comments) \
|
||||||
Production Build: 117B (min + gz)
|
Production Build: 117B (min + gz)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
/**
|
/**
|
||||||
|
* AJQuery - The fastest, most lightweight, least dependency jQuery alternative,
|
||||||
|
* now typed, Ai-enhanced, and better than ever!
|
||||||
* @typedef AJQuery
|
* @typedef AJQuery
|
||||||
* @prop {AJQuerySelector} $
|
* @prop {AJQuerySelector} $
|
||||||
* @prop {AJQuerySelectorAll} $$
|
* @prop {AJQuerySelectorAll} $$
|
||||||
|
|
|
@ -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 $
|
* Select first matching element, just like console $
|
||||||
* @param {String} cssSelector
|
* @param {String} cssSelector
|
||||||
|
|
|
@ -4,7 +4,7 @@ let AJQuery = { $, $$ };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AJQuery - The fastest, most lightweight, least dependency jQuery alternative,
|
* 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
|
* @namespace AJQuery
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "ajquery",
|
"name": "ajquery",
|
||||||
"version": "3.0.1",
|
"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",
|
"main": "ajquery.cjs",
|
||||||
"module": "ajquery.mjs",
|
"module": "ajquery.mjs",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
|
|
Loading…
Reference in New Issue