After experiencing substantial confusion regarding differences in jQuery’s live and delegate methods, I put together a exhaustive test page to evaluate each. The takeaway: use delegate.
.live() v. .delegate() in jQuery 1.4.2

After experiencing substantial confusion regarding differences in jQuery’s live and delegate methods, I put together a exhaustive test page to evaluate each. The takeaway: use delegate.
