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
The .selector property is undocumented and probably will be removed when .live() is removed. What did this code look like when you were using .live()? How are these plugins used?