I understand the difference between Live and Bind but when should I use use .bind() over a \'standard\' event method as shown below.
.bind()
Are there any key differ
use .bind when you want to bind to "event.namespace"
.bind
Actaully almost always use .bind and almost always use namespaces.