I'm trying to make the click event work for a list of dynamically added buttons.
See this jsfiddle: https://jsfiddle.net/jeffxiao/u1dc57za/5/
the failing line is:
$(".run").on('click', 'ul#mitigationList', clickFunction);
Any feedback is welcome.