jquery.repeater
jquery.repeater copied to clipboard
Add an item by javascript
addItem as public method. It lets add one item by javascript
Hello ! Just tried the dynamic function to add items programmatically but :
$('.repeater').addItem({price: '', moq: ''})
VM7139:1 Uncaught TypeError: $(...).addItem is not a function at
Even though i grabbed the latest jq.repeater.js ... Any ideas ?Thanx