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?
- $(".selector").pluginName();
Here,
future
$(".selector") is not captured. Any help is highly appreciated. TIA