jQuery $('.toClone_example1').metalClone({ btnClone : '.btn_example1', copyValue : false });
jQuery $('.toClone_example2').metalClone({ btnClone : '.btn_example2', copyValue : true });
jQuery $('.toClone_example3').metalClone({ btnClone : '.btn_example3', position : 'before', copyValue : false });
jQuery $('.toClone_example4').metalClone({ btnClone : '.btn_example4', position : 'before', copyValue : true });
jQuery $('.toClone_example5').metalClone({ btnClone : '.btn_example5', position : 'after', numberToClone : 5 });
jQuery $('.toClone_example6').metalClone({ btnClone : '.btn_example6', position : 'after', numberToClone : 5, destination : '.toClone_example6_destination' });
jQuery $('.toClone_example7').metalClone({ btnClone : '.btn_example7', position : 'after', numberToClone : 5, destination : '.toClone_example7_destination', ids : ['select'] });
jQuery $('.toClone_example8').metalClone({ position : 'after' });
jQuery $('.toClone_example9').metalClone({ position : 'after', btnRemoveText : 'Please delete me from this', btnCloneText : 'Wow, make another copy' });
jQuery $('.toClone_example10').metalClone({ cloneLimit : 3 });
jQuery $('.toClone_example11').metalClone({ cloneLimit : 3, numberToClone : 2 });
No. | Name | Ic | Gender |
a | b | c | d |
jQuery $('.toClone_example12').metalClone({ cloneLimit : 3 });