DubFriend / jquery.repeater

Create a repeatable group of input elements
MIT License
392 stars 192 forks source link

show: slideUp not working #166

Open twt2shiv opened 2 years ago

twt2shiv commented 2 years ago
show: function() {
   $(this).slideDown();
},

When we use slideUp so new data will show show top of older data then this function are not working.. is there any option to fix this ?