Simple plugin to clone HTML DOM element.
- Easy to implement together with HTML markup.
- Enable placing the cloned element into defined destination.
- Specified position cloned element.
- Clone the element as many as you want.
- With unique ID(s) auto increment.
- Clone table rows even column also.
- Limit the number of cloned element into specified value.
- Available callback to listen when some action triggered.
- Support for font awesome 5.
- Many more..
bower install jquery-metal-clone --save
yarn add jquery-metal-clone
npm install jquery-metal-clone --save
Installation is so very easy. Download the current stable and see the example in Demo page. Here is the manual step to follow :
- Put
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
inside Head Section(recommended using latest version). - Put
<script src="path/to/jquery.metalClone.min.js"></script>
after jQuery library. - Put
<link src="path/to/metalClone.css" rel="stylesheet">
. - Done!!
Navigate to Documentation.
- Font awesome [Can be disable via provided option]
- If you found a bug or something technical problem, please open an issues.
- If the example/usage above did't clear enough, leave me some note by sending email at norlihazmey.ghazali@gmail.com
- If encountered any problems, just ask it from stackoverflow.com by using this tag :
jquery-metal-clone
- Spread the words about this plugin :)
View Changelog