Skip to content

Light-weight javascript and event handler to enable dragging, dropping, and selecting on any element in the document.

License

Notifications You must be signed in to change notification settings

brianfernalld/dragselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Draggable Selectable

Light-weight javascript and event handler to enable dragging, dropping, and selecting on any element in the document.

Installation

  • Copy files into your working directory.
  • Link to draggable-selectable.css within your header, and eventUtility.js and draggable-selectable.js before the closing body element.
  • Add the class "draggable" and/or "selectable" to any element you wish.
  • Optionally modify the "select-*" selectors to your liking.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_markup)
  3. Commit your changes (git commit -am "Clean redundant CSS")
  4. Push to the branch (git push origin my_markup)
  5. Open a [Pull Request][1]
  6. Eat some bacon while you wait

About

Light-weight javascript and event handler to enable dragging, dropping, and selecting on any element in the document.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published