// One does this to be happy: $(document).on('click', '#some_id', () => { // Something }) // One does this to be sad $('#some_id').click(() => { // Something })