[jQuery] How to bind event handlers to elements

[jQuery] How to bind event handlers to elements


Hi list,
which is the recommended way to bind event handlers to elements.
Preferably without giving each of them an id.
As far as I know, the "classic" way (<input onchange="...">) is
considered deprecated and evil. So what is the jQuery way of doing
this?
Regards,
André