Create Resizable & Draggable Elements Using Pure JS – ResizeJs

Category: Javascript | February 1, 2017
Author:manucoffin
Views Total:2,249 views
Official Page:Go to website
Last Update:February 1, 2017
License:MIT

Preview:

Create Resizable & Draggable Elements Using Pure JS – ResizeJs

Description:

ResizeJs is a dead simple standalone JavaScript library to make an element resizable and draggable just like the Photoshop’s resize tool.

How to use it:

Load the ResizeJs’ stylesheet and JavaScript files in the document.

<script src="resize.js"></script>
<link rel="stylesheet" href="resize.css">

Apply the ResizeJs to the target element as this:

ResizeJs.apply('.resizeMe');

You Might Be Interested In:


Leave a Reply