Skip to content

Instantly share code, notes, and snippets.

@alekskorovin
Created October 17, 2013 14:21
Show Gist options
  • Save alekskorovin/7025769 to your computer and use it in GitHub Desktop.
Save alekskorovin/7025769 to your computer and use it in GitHub Desktop.
Handler for jQuery
; (function ($) {
'use strict'
var handler = function() {
//
}
$('.btn-class').on('click', handler);
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment