Skip to content

tdevos/dragAndDraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

dragAndDraw

This jQuery plugin allow you to draw div on "click and drag"

How to use ?

Simply like this :

$(".drawSpace").dragAndDraw();

Some options can be added :

$(".drawSpace").dragAndDraw({
  grid : [20,20],
  top : 50,
  left : 35,
  width : 100,
  height : 50,
  start: function(container, createdDiv),
  stop: function(container, createdDiv),
  class: "some class names"
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published