jQuery.on("testEvent", function(event, data) { console.log("%o: %o, data: %o", this._type, event, data);});$.fire("testEvent", {colors: ["orange", "white"]});