jquery repeater callback code example
Example: jquery repeater
$('.repeater').repeater({
defaultValues: {
'this_id': '1',
'this_name': 'foo'
}
});
$('.repeater').repeater({
defaultValues: {
'this_id': '1',
'this_name': 'foo'
}
});