$('body').on('click', '.your-element', function(){ // $(this) - there will be '.your-element' });
Find more questions by tags JavaScriptjQuery