Let\'s say I use jQuery to load new content into a specific DIV element. If I now want to catch events from inside that DIV element, I assume the DOM has to be updated someh
jQuery uses "live" events to deal with things happening in dynamically added DOM elements without having to manually add handlers after a content-update.