How to write a plugin for event delegation?

How to write a plugin for event delegation?

I see similar question already, but not finding any standard approach. Is there any standard approach by which we can make all plugin calls to support future elements?

  1. $(".selector").pluginName();
Here, future $(".selector") is not captured. Any help is highly appreciated. TIA