Use "live" if you have to bind events to elements that don't necessarily exist at the completion of document.load, e.g., you're loading ajax content and want to bind to elements that are dynamically added to your document. If the elements exist at the completion of document.load, then just use "click".
- [jQuery] live() or click pete
- [jQuery] Re: live() or click jlcox