Hi @davelee
Your jQuery does not take into account for new DOM elemenets.
You need to use .live or the new .on function to allow for new DOM elements.
Perhaps you could checkout the ACF JS file (input.js) to see how I add JS events to elements?
Thanks
E