> confusing test. You are reloading page into itself. Yes, what's wrong?
> Clicking on links keeps working so not sure how this demonstrates how live() > not working I'm using firefox 3 (not tested in other browsers). So try do the following steps in firefox: 1. Open http://bestyle.org/jquery-live-test/ (or press F5 if already opened). Status text (yellow) must be "Page loaded WITHOUT ajax". 2. Click any link. Page will be updated, time changed. Status text must be "Page loaded via AJAX". 3. Ok. Now click any link once more. Page will be reloaded. Status text must be "Page loaded WITHOUT ajax". If live() works correctly then we can't be on the third step, because every click must lead the same result as on second step. But in our case live() works just like bind() i.e. it not sets up the handler on ajax-loaded content.