I may soon need to track mouse movements in various multiplecontainers in a webapp. I was wondering if using $.live would beimpractical in this scenario since $.live binds to document and maydegrade performance if you need to track numerous mousemove events butonly inside a limited area.would it not be much better to explicitly specify containers in thiscase to prevent significant performance ...