JSFiddle - React, Tailwind, and code Playground
by rwaldron
HTML
<script src="http://code.jquery.com/jquery-1.4.4rc1.min.js"></script>
<div style="width:100px;height:100px"></div>
JavaScript
$(document).delegate('div', 'mouseenter mouseleave', function(ev){
console.log(ev.type);
});