I\'m in the process of converting code from the deprecated .live() API to .on() (see the jQuery 1.7 release notes)
.live()
.on()
I have live events attached
$(selector).on(events, data, handler)
Still works fine. You could still use that. Check out the .on docs