You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,17 @@ Array.isArray($li) // => true
51
51
52
52
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
53
53
54
+
#### Table of Contents
55
+
56
+
-[domToArray](#domtoarray)
57
+
-[Parameters](#parameters)
58
+
54
59
### domToArray
55
60
56
61
Converts any DOM node/s to a loopable array
57
62
58
-
**Parameters**
63
+
#### Parameters
59
64
60
-
-`els`**([HTMLElement](https://developer.mozilla.org/en-US/docs/Web/HTML/Element)\|[NodeList](https://developer.mozilla.org/en-US/docs/Web/API/NodeList))** single html element or a node list
65
+
-`els`**([HTMLElement](https://developer.mozilla.org/docs/Web/HTML/Element)\|[NodeList](https://developer.mozilla.org/docs/Web/API/NodeList))** single html element or a node list
61
66
62
-
Returns **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)** always a loopable object
67
+
Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)** always a loopable object
0 commit comments