jQuery attach event listener to dynamic element

$("body").on("click", "dynamic-element", function(){});