# FFNM (Front-End for the next master)
``` html
```
👇 🖱 **Click!** 👇
``` html
```
Simple utility to **avoid writing Javascript** when working with **classes**. It only takes up **3.2Kb**!
- Simplifies the **click**.
- Simplifies the **scroll**.
- Simplifies **hover**.
- Simplifies when the elements are **visible** or not.
## DEMOS
[Click](https://codepen.io/androsfenollosa/pen/dyGdRVE) | [Scroll](https://codepen.io/androsfenollosa/pen/xxZQxNV) | [Visible](https://codepen.io/androsfenollosa/pen/YzwBLGW)
## Documentation
- [English](#user-content-english)
- [Spanish/Español](#user-content-spanishespañol)
---
## English
### Install
Add to your `
` the following tag.
```html
```
### Examples
#### Click
##### Add the class `press` to `button` when the button is pressed.
```html
```
##### Remove the class `press` to `button` when the button is pressed.
```html
```
##### Switch the classs `show` to `button` when the button is pressed.
```html
```
##### Add the class `show` to the `#nav` selector when the button is pressed.
```html
```
##### Remove the `show` class from the `#nav` selector when the button is pressed.
```html
```
##### Switch the `show` class to the `#nav` selector when the button is pressed.
```html
```
#### Scroll up
##### Add the class `show` to `nav` when the scroll goes up.
```html
```
##### Remove the `show` class from `nav` when the scroll goes up.
```html
```
#### Scroll down
##### Add the class `show` to `nav` when the scroll down.
```html
```
##### Remove the `show` class from `nav` when the scroll down.
```html
```
#### Hover
##### Add the class `show` to `div` when hover.
```html
```
##### Remove the `show` class from `div` when hover.
```html
```
##### Toggle the `show` class from `div` when hover.
```html
```
##### Add the class `show` to `#button` when `div` hover.
```html