

The ba-on partial executes the code passed into it when the specified DOM event is fired.


#### Example:

Will call an alert if somebody hovers the mouse over the element


```html
<div ba-on:mouseover="alert('Hi')">Hover me<div>
```
