.live(events ,data ,$)

Description: Attach the jQuery chain behind to one or more events for elements that match the current selector, now and in the future.

events – string
A string containing one or more event types, such as "click" or "keydown," or custom event names.
data – object, optional
A map of data that will be passed to the event handler.
$ – the jQuery token, optional
Use $ instead of a handler or leave it out.