Is there a way to call a function on a specific selector that would apply to any element that matches that selector now, and in the future?
Just the way it works (before it was deprecated) with live.
Something like:
$('form.validate').live('create', validate);