## yo(selector).collideWith(data)

Return true if an object collides or overlaps the object defined by data

```javascript
// Add a string HTML 
yo('.myclass').isCollideWith(yo('.other'));
```

Go to [index](index.md)