jQuery(document).ready(function($) { $('body').on('click', '.acc-tile-btn', function() { alert('Button clicked!'); }); });