Greet
<button data-behavior="greet">Greet</button>
var greet = function() { alert('Hello!') }; $.behavior( 'greet' ).on( 'click', greet );