yo(selector).collideWith(data)

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

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

Go to index