metallurgical / jquery-metal-clone

jQuery Plugin to Clone HTML DOM element without needed doing it yourself, this plugin will take care of everything. Just seat and drink coffee!
https://metallurgical.github.io/jquery-metal-clone
MIT License
15 stars 7 forks source link
dom-clone dom-element hacktoberfest jquery jquery-clone jquery-copy-html jquery-duplicate-html jquery-metal jquery-plugin metal-clone

build status npm version license Total npm downloads

Jquery Metal Clone Plugin

Simple plugin to clone HTML DOM element.

Features

Current Stable

How To Install

Bower

bower install jquery-metal-clone --save

Yarn

yarn add jquery-metal-clone

Npm

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 :

  1. Put <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> inside Head Section(recommended using latest version).
  2. Put <script src="https://github.com/metallurgical/jquery-metal-clone/raw/master/path/to/jquery.metalClone.min.js"></script> after jQuery library.
  3. Put <link src="https://github.com/metallurgical/jquery-metal-clone/raw/master/path/to/metalClone.css" rel="stylesheet">.
  4. Done!!

Documentation & Demo

Navigate to Documentation.

Dependencies

Support

Changelog

View Changelog