Using JQuery + EasyDrag to Move Elements or Images by Clicking on Them
tmirror
Using JQuery + EasyDrag to Move Elements or Images by Clicking on Them
This is a simple and easy-to-use jQuery plugin which enables drag and drop functionality to make your site more interactive so that readers can "play" with certain elements on the page by dragging them from one side to another. For example, they can drag the images with a script to move them on any part of the blog just with a mouse click. Drag and Drop Elements or Images on click with jQuery & EasyDrag
To see how this works, please visit the demo blog and click on any item, then move it anywhere on the screen: Demo blog Adding EasyDrag & jQuery to Move Elements or Images in Blogger
1. Login to your Blogger account, go to 'Template' and click the 'Edit HTML' button:
2. Click anywhere inside the template's code and press the CTRL + F keys to search for this tag: </head>
3. Just before </head> paste the following scripts: <script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
<script type='…