I was thinking about performance regarding
.click()
vs .live("click")
and that left me wondering about how .live does work.
Does it monitor DOM changes and when it detects a change in the DOM it just attaches the event then, does it use some sort of timer (I wouldn't think so, but if it did this is very important, timers make me a sad person)