Tagged: events

Inserting & Triggering Custom Events In jQuery Functions

I recently had the need to detect when new elements were appended to the DOM, however by default in jQuery there is no “append” event. This meant that the code I wanted to write,...