JSFiddle - React, Tailwind, and code Playground
by seankoole
HTML
<div></div>
JavaScript
$('div').bind ('Mother/Effing', function () { console.log ('foobar'); });
$.event.trigger ('Mother/Effing');
by seankoole
<div></div>
$('div').bind ('Mother/Effing', function () { console.log ('foobar'); });
$.event.trigger ('Mother/Effing');