`.delegate()` is a function within jQuery JS framework, that attaches events to the specified elements within specified existing root element, even if they do not exist at the time events are attached.
.delegate()
works similarly to .live()
and is documented on the jQuery documentation page for .delegate()
.