jquery.repeater icon indicating copy to clipboard operation
jquery.repeater copied to clipboard

Create a repeatable group of input elements

Results 117 jquery.repeater issues
Sort by recently updated
recently updated
newest added

I have used form repeater for file upload. Everything is OK. But after submit the form, I am not getting uploaded file info in my Laravel controller.

How can i use datepicker under the repeater. I am trying to use the datepicker but i couldn't do it

Hello, i have in my code "repeaterlist" inputs type=number and whe i use function repeaterVal() is returned only input type=text!! How i can fix this?

深层嵌套超过2级的时候,setList 会出现重复添加的情况 我发了这个bug,并尝试解决了它,如果有人和我遇到一样的问题,你们可以尝试更改以下代码 ![image](https://user-images.githubusercontent.com/21313827/182797175-776177ae-1dd8-4964-acd9-8c09f2e18cda.png) 比如深层嵌套3层的时候,第二层在增加item的时候,它会往第三层的[data-repeater-list]里面添加 如果作者看到的话,可以修改一下这个bug..

When I try to use `repeater.setList()` it throws me an error, that method not found.

Hello, i have an issue with checkboxes, the generated name is not correct, it has a [] at the end of it : https://github.com/DubFriend/jquery.repeater/blob/1c3ba62b6a6801f0555cd58ba23706a6b65a4c1e/src/repeater.js#L162 but a checkbox is not multiple....

``` 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...

Hi, I have a form where user can add multiple questions using repeater and inside the question the user can add multiple input option. As the question types are many...

I just want repeat 5 inputs field. So, how can i set in the js code? Please help me, tks.

I am using form repeater and selct2 together, at start it works perfectly fine, mean when page refresh once I click on add new, slect2 field repeat its self but...