Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()
(via Web Dev .NET)
If you’ve looked at jQuery’s documentation lately, you might have noticed that .live() is on the chopping block and will soon be deprecated. This article’s a good guide to understanding why and what will replace it.