Yaj.js - Yet Another jQuery Replacementyo(selector).on(event, fn)yo(selector).on(event, fn) Attach an event to the selector yo('.myclass').on('click', function (e) { console.log('Clicked');});