When run, does jquery.delegate.js make every event bubble up to the watched ancestor? If so, why would one use something like LiveQuery over a solution like delegate? So far, I've only tested onclick and onchange with delegate, but it's proving to be quite slick.
I ask because I'm developing a rather large web app and am curious about (and this thinking may be totally crazy; if so please tell me) watching the body tag or an overall wrapping div and catching registered events as they bubble up with delegate. Is this line of thinking too out-of-the-ordinary? Thanks again for all the help, folks!