Skip to content

huevoncito/meteor-jquery-ui-draggable

 
 

Repository files navigation

meteor-jquery-ui-dragable

Dragable is a jQuery UI behaviour for interactively dragging any element. This is from jQueryUI 1.10.3.

Why separate?

This is a fork of rgm/meteor-jquery-ui-sortable, and does basically the same thing, except this pacakge isolates the Draggable interaction, not the Sortable interaction.

How to install

  1. meteor add dbernhard:jquery-ui-draggable
  2. $('#someElem').draggable() in the Template.foo.rendered() callback.

Documentation

http://api.jqueryui.com/draggable/

About

jQueryUI's draggable interaction, minus theming CSS and packaged for Meteor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 77.8%
  • JavaScript 22.2%