Skip to content

Commit d431cf7

Browse files
updated: doc
1 parent 5f5bb5b commit d431cf7

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,18 @@ $('h1', 'main').forEach(h1 => h1.classList.add('main-title'))
4242

4343
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
4444

45+
#### Table of Contents
46+
47+
- [$](#)
48+
- [Parameters](#parameters)
49+
4550
### $
4651

4752
Simple helper to find DOM nodes returning them as array like loopable object
4853

49-
**Parameters**
54+
#### Parameters
5055

51-
- `selector` **([String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | DOMNodeList)** either the query or the DOM nodes to arraify
52-
- `ctx` **[HTMLElement](https://developer.mozilla.org/en-US/docs/Web/HTML/Element)** context defining where the query will search for the DOM nodes
56+
- `selector` **([string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String) | DOMNodeList)** either the query or the DOM nodes to arraify
57+
- `ctx` **[HTMLElement](https://developer.mozilla.org/docs/Web/HTML/Element)** context defining where the query will search for the DOM nodes
5358

54-
Returns **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)** DOM nodes found as array
59+
Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)** DOM nodes found as array

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)