JSFiddle - React, Tailwind, and code Playground
by anurag
JavaScript
var myObject = {};
$(myObject).bind("hello", function() { alert("hello sequence triggered"); });
$(myObject).trigger("hello");
by anurag
var myObject = {};
$(myObject).bind("hello", function() { alert("hello sequence triggered"); });
$(myObject).trigger("hello");