JSFiddle - React, Tailwind, and code Playground
by fracmak
HTML
<div>1</div>
<div>2</div>
JavaScript
$("div").on('mouseover',function(e){$("body").append('which:' + e.which + '/buttons:' + e.buttons + '<br/>')})
by fracmak
<div>1</div>
<div>2</div>
$("div").on('mouseover',function(e){$("body").append('which:' + e.which + '/buttons:' + e.buttons + '<br/>')})