Hello,
jQuery delegates are great, especially when using with table row click events.
I was wondering if it's possible to use delegates with plug-ins as well?
For example if I attach elastic plug-in to every text area, I would do:
$("textarea").elastic();
But how would I attach this plug-in using delegate?