I\'ve been using them for quite some time, but most of the time, I prefer the shorter one, however, I just want to really dig in to the nitty-gritty details. I may have been
There is no difference in functionality in that particular case. However, .on is preferred over .bind as of jQuery 1.7, and as for .click - it's just a shorthand for a common event handler.