How do I attach event handlers using jQuery only to newly added elements?

There are objects where I have attached some events to.
After some point, I create some more of those items and I want them also to be attached to the same events.

If select elements using a jQuery selector and attach the handler to the event, the older object will have the same handler attached multiple times to their event.

What’s the proper way of doing this?

newest questions tagged jquery – Stack Overflow

About Admin