Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 628 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 628 Bytes

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/