metadata.js revision c1c9b51cf3a275c9631b6de90e71b833bf97ded9
$(function(){
$(".metadatable").remoteCollection({
collectionTag: 'table tbody',
elementTag: 'tr',
success: function(form){
// clear form and focus the first input
form.find("fieldset.inputs input").val("").first().focus();
}
});
});