Skip to content

Commit

Permalink
updating demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
metallurgical committed Apr 27, 2018
1 parent 8b8fb3a commit d14d335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Simple plugin to clone DOM element.

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/2.1.3/jquery.min.js"></script>` inside Head Section(**recommended using latest version**).
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. Two ways :
- If using bower :
- Place `<script src="bower_components/jquery-metal-clone/jquery.metalClone.min.js"></script>` after jQuery library.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Example 1</title>
<link href="codeHighlighter/prism.css" rel="stylesheet">
<link href="metalClone.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="codeHighlighter/prism.js"></script>
<script src="jquery.metalClone.min.js"></script>
<style type="text/css">
Expand Down

0 comments on commit d14d335

Please sign in to comment.