get id of child element jquery 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();