With the new jQuery function .on() replacing .live() I’ve seen several different ways to use it. Here I take a look at the main difference between using body or document as the bound element in event delegation. If your new to event delegation it provides…
Article Source jQuery Blog.
Read Full Article jQuery $(‘body’).on() vs $(‘document’).on().