I read the jQuery event handling documentation, but I still can't figure out what I should do.
I have a mobile application where content is loaded using ajax, so events cannot be attached to the onLoad document for this content.
As my application grows, I begin to worry that improper event handling can lead to performance problems.
What are the consequences of choosing a performance between the on (), live (), and delegate () functions?
Anything else to consider?
user920041
source share