$(function() {
$('#repeater').repeater({
items: [{
elements: [{
id: 'first_name',
value: '苦力吧素材'
},
{
id: 'languages',
value: 'css'
}
]
},
]
});
});
