Skip to content

flavienliger/jQuery-Draggable-Touch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-Draggable-Touch

Draggable/Droppable jQuery UI remake for mobile and tablet. Use translateX/Y instead of top/left.

Use Transform Css for convert parameter.

Adding Functionality

  • Multitouch : can drag multiple objects simultaneously !bug
$('.draggable').draggable({
  multitouch: true
});
  • $.fn.getDragPos : return position left/top of element

Option available

Draggable

  • addClasses
  • appendTo
  • axis
  • cursorAt
  • disabled
  • distance
  • helper
  • opacity
  • revert
  • revertDuration
  • zIndex

Droppable

  • activeClass
  • hoverClass
  • accept

Support

  • Safari
  • Chrome
  • Android 4+

Features unstable

  • cursorAt with axis
  • offset in fast movement

About

Draggable/Droppable jQuery UI remake for mobile and tablet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors