How to add an increment value for each id attribute within the div contents with cloned jQuery object
问题 Having a hard time figuring out how to add an increment value for each id attribute within the div contents with cloned jQuery object. http://jsfiddle.net/hvK8d/ ===================== HTML===================== <div class="upload-file-container"> <div class="uploadFile left clearfix"> <input type="file" id="FileUpload1"> <table id="RadioButtonList1"> <tbody> <tr> <td><input type="radio" value="Resume" id="RadioButtonList1_1"> <label for="RadioButtonList1_1">Resume</label></td> <td><input type=