Binding with .click(... vrs .live('click',...

Binding with .click(... vrs .live('click',...

Hi,

I understand the difference between the two but I'm creating a new page and I was just about to bind the click event on a link and I'm wondering is there any reason to use .click() instead of .live('click' ?

Any thoughts, I'm thinking unless there is a major difference in performance I can't see much reason not to use live events across the board.