(function($) { $('.hideable').on('click', function() { $(this).hide(); }) })( jQuery );