jquery get child element get id and update id code example
Example: jquery how to get Id of child in div
$('#Finance_panel .clonablePart').map(function(){
return this.id;
}).get();
$('#Finance_panel .clonablePart').map(function(){
return this.id;
}).get();