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