jquery repeater

Solutions on MaxInterview for jquery repeater by the best coders in the world

showing results for - "jquery repeater"
Emmanuel
28 May 2016
1$('.repeater').repeater({
2  defaultValues: {
3    'this_id': '1',
4    'this_name': 'foo'
5  }
6});