Skip to content

Commit 8b4a9b2

Browse files
Readme: mentioning the extra methods
1 parent 2d00298 commit 8b4a9b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ These methods from the collection prototype ([$.fn](#fn)) are available once you
7676
$(element).addClass ( className ) // => collection
7777
```
7878

79+
Some [extra methods](https://github.com/kenwheeler/cash/tree/master/src/extra) are available but [disabled](https://github.com/kenwheeler/cash/blob/master/pacco.json#L3) by default.
80+
7981
| Attributes | Collection | CSS | Data | Dimensions | Effects |
8082
| ------------------------------------ | -------------------------- | -------------------- | ---------------------------------- | ------------------------------------ | -------------------------- |
8183
| [fn.addClass ()](#fnaddclass-) | [fn.add ()](#fnadd-) | [fn.css ()](#fncss-) | [fn.data ()](#fndata-) | [fn.height ()](#fnheight-) | [fn.hide ()](#fnhide-) |
@@ -820,6 +822,8 @@ These methods are exported from the global `$` object, and are called like so:
820822
$.isString ( str ) // => boolean
821823
```
822824

825+
Some [extra methods](https://github.com/kenwheeler/cash/tree/master/src/extra) are available but [disabled](https://github.com/kenwheeler/cash/blob/master/pacco.json#L3) by default.
826+
823827
| Type Checking | Utilities |
824828
| ------------------------------- | ----------------------------------- |
825829
| [$.isArray ()](#isarray-) | [$.guid](#guid) |

0 commit comments

Comments
 (0)