.delegate(…)

Description: Attach an event handler for elements that match the selector, now or in the future, based on a specific set of root elements.

… – miscellaneous parameters
any parameter accepted by the original .delegate().

See jQuery API for .delegate(…).