jquery look for id in child 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();