Why does the code below work on the first but not the second row?
NWF$(document).ready(function() {NWF$(".BannerRequirementsClass .nf-repeater-row").each(function(index) {var BannerCodeDD = NWF$('#' + BannerCode); BannerCodeDD.change(function() {NWF$('#' + BannerQuantity).val("");NWF$('#' + BannerQuantity + " option:selected").removeAttr("selected");});});});