jquery.repeater
jquery.repeater copied to clipboard
Clone Function
Is it possible to add clone functionality? So whenever user has already fill the form, the filled form will be cloned.
hmm i think the clone function could easily be done by creating a custom event. Like focusout() on the last field to create a new set?