jQuery event delegation in 1.7.2
问题 Is there any way to delegate an event using jQuery that will correspond to all elements on the page that match the selector, other than delegating from $(document) ? Since that's probably poorly worded, here's the rub: There used to be jQuery.live that delegated events to all elements that matched the selector. This was superseded by jQuery.delegate which delegated events within a specific context selector to its children, which in turn was superseded by jQuery.on , which does effectively the