document.querySelector('parent').addEventListener('click', function() { document.querySelector('#btn').onclick = function() { // do it }; });