## yo(selector).off() 

Remove all events attached to the element

```javascript
yo('.myclass').off();
```


Go to [index](index.md)